Skip to content

Instantly share code, notes, and snippets.

@passcod
Last active October 27, 2021 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passcod/d0012b927cba91108f22dea2b19e2cbe to your computer and use it in GitHub Desktop.
Save passcod/d0012b927cba91108f22dea2b19e2cbe to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"shape": "Polygon",
"name": "Northland"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[171.963549, -34.71904],
[174.160356, -37.300275],
[175.385076, -35.612651],
[172.91916, -33.824794],
[171.963549, -34.71904]
]
]
},
"id": "fa4e7cb2-e7ac-415b-8573-969ba1184da6"
},{
"type": "Feature",
"properties": {
"shape": "Polygon",
"name": "Unnamed Layer",
"category": "default"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[173.932961, -35.632744],
[174.237959, -35.937988],
[174.614398, -35.726447],
[174.262688, -35.415915],
[173.932961, -35.632744]
]
]
},
"id": "046d2d8f-c063-455b-99fb-fe6fa7fc7eb0"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment