Skip to content

Instantly share code, notes, and snippets.

@tmcw
Forked from anonymous/map.geojson
Created August 13, 2013 02:39
Show Gist options
  • Save tmcw/6217388 to your computer and use it in GitHub Desktop.
Save tmcw/6217388 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": {
"poop": "green"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-53.19580078125,
-12.232654837013484
],
[
-52.70141601562499,
-11.888853082975968
],
[
-51.08642578125,
-11.996338401936214
],
[
-49.998779296875,
-11.501556900932487
],
[
-49.757080078125,
-11.178401873711785
]
]
}
},
{
"type": "Feature",
"properties": {
"celery": "stalk"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-52.305908203125,
-11.29693444059631
],
[
-50.020751953125,
-10.141931686131018
],
[
-48.394775390625,
-9.97967088558205
]
]
}
},
{
"type": "Feature",
"properties": {
"celery": "root",
"poop": "red"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-50.965576171875,
-13.165073873513013
],
[
-48.724365234375,
-12.221917732187249
],
[
-46.93359375,
-11.24306204194776
]
]
}
},
{
"type": "Feature",
"properties": {
"foo": "bar"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-58.62304687499999,
-12.790374787613588
],
[
-58.62304687499999,
-7.710991655433229
],
[
-54.1845703125,
-7.710991655433229
],
[
-54.1845703125,
-12.790374787613588
],
[
-58.62304687499999,
-12.790374787613588
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-60.9521484375,
-6.380812331938274
],
[
-59.72167968749999,
-5.5941182188847876
],
[
-57.85400390625,
-5.68158368342113
],
[
-56.97509765625,
-5.878332109674327
],
[
-56.162109375,
-5.922044619883293
],
[
-54.20654296875,
-5.112829778499449
],
[
-52.66845703125,
-4.674979814820243
],
[
-52.2509765625,
-4.981505049328246
],
[
-52.22900390625,
-5.484768018141262
],
[
-52.734375,
-5.9657536710655235
],
[
-53.9208984375,
-6.424483546180726
],
[
-55.21728515625,
-6.511814706347888
],
[
-56.5576171875,
-6.68643125265198
],
[
-57.65624999999999,
-6.970049417296218
],
[
-58.71093750000001,
-6.7737162387534875
],
[
-59.78759765625,
-6.35897532723566
],
[
-60.5126953125,
-6.751896464843362
],
[
-60.9521484375,
-6.380812331938274
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment