Created
January 11, 2024 00:48
-
-
Save meetar/61e77eadca24cddd3e51773033e90a02 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": [ | |
[ | |
-94.16209583491883, | |
37.77971399464255 | |
], | |
[ | |
-93.53350215166049, | |
39.79541299743778 | |
], | |
[ | |
-93.11874393963876, | |
37.685972929172834 | |
] | |
], | |
"type": "LineString" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
-94.16880207789524, | |
40.52299813997837 | |
], | |
[ | |
-94.36155612689242, | |
38.44041362907004 | |
], | |
[ | |
-92.34878096042559, | |
40.27542144449521 | |
], | |
[ | |
-92.77044218093533, | |
40.16220403525614 | |
], | |
[ | |
-90.60372778429604, | |
38.54691233705583 | |
] | |
], | |
"type": "LineString" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment