Skip to content

Instantly share code, notes, and snippets.

@Truemedia
Last active December 23, 2015 22:49
Show Gist options
  • Save Truemedia/6705833 to your computer and use it in GitHub Desktop.
Save Truemedia/6705833 to your computer and use it in GitHub Desktop.
GeoJSON file with a line drawn from Coords A-B
Display the source blob
Display the rendered blob
Raw
{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[53.708221,-1.336321], [53.709072,-1.341975]
]
},
"properties": {
"prop0": "value0",
"prop1": 0.0
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment