Created
October 23, 2024 16:01
-
-
Save robinsingh1/a7ee3a75f1abe9a84a10df3146be2d20 to your computer and use it in GitHub Desktop.
trip
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": { | |
"vendor": "A" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[-74.20986, 40.81773, 0, 1564184363], | |
[-74.20987, 40.81765, 0, 1564184396], | |
[-74.20998, 40.81746, 0, 1564184409] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment