Last active
January 25, 2024 08:16
-
-
Save Gromina/ac81d0b5448aafeb990f13aea228778d to your computer and use it in GitHub Desktop.
This file contains 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", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
2.1841520521138875, | |
41.38944186374155 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
-5.546592687275506, | |
35.93966406900854 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
-6.289434200768255, | |
36.53000445240346 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
5.518612732634807, | |
43.34996215935523 | |
], | |
[ | |
3.4465068080532433, | |
41.737984191554816 | |
], | |
[ | |
2.342459058199182, | |
41.39656029824873 | |
], | |
[ | |
-1.0430951757769975, | |
36.57666332743888 | |
], | |
[ | |
-5.586194053174381, | |
35.930782602766286 | |
], | |
[ | |
-6.35489889734319, | |
36.48512248364635 | |
], | |
[ | |
-26.136500652224925, | |
25.107774575547396 | |
] | |
], | |
"type": "LineString" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
5.382451980581777, | |
43.29748559342906 | |
], | |
"type": "Point" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment