Skip to content

Instantly share code, notes, and snippets.

@jeffreymorganio
Last active August 29, 2015 14:15
Show Gist options
  • Save jeffreymorganio/1a832fb92df44221f1fa to your computer and use it in GitHub Desktop.
Save jeffreymorganio/1a832fb92df44221f1fa to your computer and use it in GitHub Desktop.
GeoJSON line string feature
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-0.13471126556396484,
51.509784148786515
],
[
-0.1281452178955078,
51.51170720618252
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment