Skip to content

Instantly share code, notes, and snippets.

@chiragtoor
Last active December 19, 2016 18:06
Show Gist options
  • Save chiragtoor/fe7dd3529fb3fccdd167831dc5789b13 to your computer and use it in GitHub Desktop.
Save chiragtoor/fe7dd3529fb3fccdd167831dc5789b13 to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry":{
"type":"Polygon",
"coordinates":[
[[ -118.47000042983923, 34.027237322664057 ],
[ -118.46997469284874, 34.027150122627894 ],
...
[ -118.47001119572749, 34.027273718128079 ],
[ -118.47000042983923, 34.027237322664057 ]]
]
}
},
// more features continue here
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment