Created
September 24, 2024 12:51
-
-
Save zabop/3b3c8a74c3720e52d9cc2a260da8ceb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "main", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 16.49881809, 47.49380919 ], [ 16.50565918, 48.10772263 ], [ 17.38952853, 48.09949954 ] ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment