Skip to content

Instantly share code, notes, and snippets.

@andypols
Created November 12, 2021 11:20
Show Gist options
  • Save andypols/1bf27cb3214228bfd0e1494c7072960e to your computer and use it in GitHub Desktop.
Save andypols/1bf27cb3214228bfd0e1494c7072960e to your computer and use it in GitHub Desktop.
GeoJson for straight line from London to Brighton
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-0.141448974609375,
51.541424143038505
],
[
-0.1366424560546875,
50.82046895162472
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment