Skip to content

Instantly share code, notes, and snippets.

@schlomm
Last active August 29, 2015 14:08
Show Gist options
  • Save schlomm/2ec79e2162297fb8974b to your computer and use it in GitHub Desktop.
Save schlomm/2ec79e2162297fb8974b to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "test"},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.953125,
48.922499263758255
],
[
-11.953125,
53.74871079689897
],
[
-2.4609375,
53.74871079689897
],
[
-2.4609375,
48.922499263758255
],
[
-11.953125,
48.922499263758255
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment