Skip to content

Instantly share code, notes, and snippets.

@easbar
Created July 5, 2020 11:56
Show Gist options
  • Save easbar/672f73236412272e5896b85d7f82a92a to your computer and use it in GitHub Desktop.
Save easbar/672f73236412272e5896b85d7f82a92a to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
49.501614,
11.248061
],
[
49.500912,
11.248061
]
]
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
49.500912,
11.248103
],
[
49.501614,
11.248103
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment