Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created August 13, 2013 20:12
Show Gist options
  • Save tmcw/6225199 to your computer and use it in GitHub Desktop.
Save tmcw/6225199 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Spain"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-17.9296875,
29.22889003019423
],
[
-17.9296875,
47.27922900257082
],
[
16.5234375,
47.27922900257082
],
[
16.5234375,
29.22889003019423
],
[
-17.9296875,
29.22889003019423
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment