Created
August 19, 2025 14:40
-
-
Save datadavev/10410a43ae02f6b9c797f7ba655f39db 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", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
5, | |
88 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
355, | |
88 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
185, | |
88 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
175, | |
88 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
0, | |
90 | |
], | |
"type": "Point" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment