Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

pkg_agosms

Compare
Choose a tag to compare
@astridx astridx released this 17 Apr 10:39
· 115 commits to master since this release

Use GeoJSON Properties like

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "stroke": "#000000",
        "stroke-width": 1.3,
        "stroke-opacity": 1,
        "fill": "#00ff1e",
        "fill-opacity": 0.1
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
...
...          

See: 58cf5c4