Skip to content

Instantly share code, notes, and snippets.

@rowanwins
Created July 30, 2021 12:19

Revisions

  1. rowanwins created this gist Jul 30, 2021.
    38 changes: 38 additions & 0 deletions data.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    {
    "type": "FeatureCollection",
    "features": [{
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [-37.03835344778681, -72.77586791664363],
    [-37.022606172184794, -72.77586791664363],
    [-37.022606172184794, -72.75551162660123],
    [-37.03835344778681, -72.75551162660123],
    [-37.03835344778681, -72.77586791664363]
    ]
    ]
    }
    },
    {
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [-37.04968884926708, -66.7482388650978],
    [-37.04990168905576, -66.75947610848424],
    [-37.03188742710995, -66.76000562559427],
    [-37.03167472559009, -66.74877103252062],
    [-37.04968884926708, -66.7482388650978]
    ]
    ]
    }
    }


    ]
    }