Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created April 6, 2017 13:48
Show Gist options
  • Save anonymous/c7c1343e8102c506b1f256755446c531 to your computer and use it in GitHub Desktop.
Save anonymous/c7c1343e8102c506b1f256755446c531 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
119.88281249999999,
-36.244273184939075
],
[
141.4599609375,
-36.244273184939075
],
[
141.4599609375,
-16.383391123608387
],
[
119.88281249999999,
-16.383391123608387
],
[
119.88281249999999,
-36.244273184939075
]
],
[
[
124.1455078125,
-32.69486597787506
],
[
137.373046875,
-32.69486597787506
],
[
137.373046875,
-21.002471054356715
],
[
124.1455078125,
-21.002471054356715
],
[
124.1455078125,
-32.69486597787506
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment