Skip to content

Instantly share code, notes, and snippets.

@znseaman
Created September 3, 2013 18:51
Show Gist options
  • Save znseaman/6428011 to your computer and use it in GitHub Desktop.
Save znseaman/6428011 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": {
"title": "Juarez"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-99.14085030555724,
19.434138357295243
],
[
-99.13938045501708,
19.433895535766847
],
[
-99.13828611373901,
19.433753889707596
],
[
-99.13623690605162,
19.433460479620425
],
[
-99.13519620895386,
19.433298597966086
],
[
-99.13419842720032,
19.433156951386177
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment