Skip to content

Instantly share code, notes, and snippets.

@mladenp
Last active December 17, 2018 16:10
Show Gist options
  • Save mladenp/469a49559f566ad46e65281fe0e4f9cb to your computer and use it in GitHub Desktop.
Save mladenp/469a49559f566ad46e65281fe0e4f9cb to your computer and use it in GitHub Desktop.

Revisions

  1. mladenp revised this gist Dec 17, 2018. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion MultiPolygon.geojson
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,14 @@
    "features": [
    {
    "type": "Feature",
    "properties": {},
    "properties": {
    "stroke": "#555555",
    "stroke-width": 2,
    "stroke-opacity": 1,
    "fill": "#555555",
    "fill-opacity": 0.5,
    "name": "test"
    },
    "geometry": {
    "type": "Polygon",
    "coordinates": [
  2. mladenp revised this gist Dec 17, 2018. 1 changed file with 69 additions and 71 deletions.
    140 changes: 69 additions & 71 deletions MultiPolygon.geojson
    Original file line number Diff line number Diff line change
    @@ -5,78 +5,76 @@
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "MultiPolygon",
    "coordinates": [
    [
    [
    [
    -47.900390625,
    -14.944784875088372
    ],
    [
    -51.591796875,
    -19.91138351415555
    ],
    [
    -41.11083984375,
    -21.309846141087192
    ],
    [
    -43.39599609375,
    -15.390135715305204
    ],
    [
    -47.900390625,
    -14.944784875088372
    "type": "Polygon",
    "coordinates": [
    [
    [
    -121.6241455078125,
    38.55460931253295
    ],
    [
    -121.56234741210938,
    38.55890491799819
    ],
    [
    -121.36459350585936,
    38.42777351132902
    ],
    [
    -121.32614135742188,
    38.47939467327645
    ],
    [
    -121.35086059570314,
    38.564274063847826
    ],
    [
    -121.35498046875,
    38.71444723581132
    ],
    [
    -121.59530639648436,
    38.71444723581132
    ],
    [
    -121.45797729492186,
    38.6233081913603
    ],
    [
    -121.50192260742186,
    38.54709138531694
    ],
    [
    -121.64199829101561,
    38.53420168131867
    ],
    [
    -121.63925170898438,
    38.57179019417367
    ],
    [
    -121.60903930664062,
    38.55997877925585
    ],
    [
    -121.37008666992188,
    38.450362314144996
    ],
    [
    -121.50192260742186,
    38.417014454352035
    ],
    [
    -121.58981323242188,
    38.40517764076942
    ],
    [
    -121.6241455078125,
    38.55460931253295
    ]
    ]
    ]
    ],
    [
    [
    -46.6259765625,
    -17.14079039331664
    ],
    [
    -47.548828125,
    -16.804541076383455
    ],
    [
    -46.23046874999999,
    -16.699340234594537
    ],
    [
    -45.3515625,
    -19.31114335506464
    ],
    [
    -46.6259765625,
    -17.14079039331664
    ]
    ],
    [
    [
    -44.40673828125,
    -18.375379094031825
    ],
    [
    -44.4287109375,
    -20.097206227083888
    ],
    [
    -42.9345703125,
    -18.979025953255267
    ],
    [
    -43.52783203125,
    -17.602139123350838
    ],
    [
    -44.40673828125,
    -18.375379094031825
    ]
    ]
    ]
    ]
    }
    }
    }
    ]
    }
  3. mladenp revised this gist Dec 17, 2018. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions MultiPolygon.geojson
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,10 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "MultiPolygon",
    "coordinates": [
    [
    @@ -70,4 +76,7 @@
    ]
    ]
    ]
    }
    }
    ]
    }
  4. mladenp created this gist Dec 17, 2018.
    73 changes: 73 additions & 0 deletions MultiPolygon.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,73 @@
    {
    "type": "MultiPolygon",
    "coordinates": [
    [
    [
    [
    -47.900390625,
    -14.944784875088372
    ],
    [
    -51.591796875,
    -19.91138351415555
    ],
    [
    -41.11083984375,
    -21.309846141087192
    ],
    [
    -43.39599609375,
    -15.390135715305204
    ],
    [
    -47.900390625,
    -14.944784875088372
    ]
    ],
    [
    [
    -46.6259765625,
    -17.14079039331664
    ],
    [
    -47.548828125,
    -16.804541076383455
    ],
    [
    -46.23046874999999,
    -16.699340234594537
    ],
    [
    -45.3515625,
    -19.31114335506464
    ],
    [
    -46.6259765625,
    -17.14079039331664
    ]
    ],
    [
    [
    -44.40673828125,
    -18.375379094031825
    ],
    [
    -44.4287109375,
    -20.097206227083888
    ],
    [
    -42.9345703125,
    -18.979025953255267
    ],
    [
    -43.52783203125,
    -17.602139123350838
    ],
    [
    -44.40673828125,
    -18.375379094031825
    ]
    ]
    ]
    ]
    }