Skip to content

Instantly share code, notes, and snippets.

@nknize

nknize/map2.json Secret

Last active August 29, 2015 14:10
Show Gist options
  • Save nknize/d122b243dc63dcba8474 to your computer and use it in GitHub Desktop.
Save nknize/d122b243dc63dcba8474 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
178,
42
],
[
178,
39
],
[
182,
39
],
[
182,
42
],
[
178,
42
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment