Skip to content

Instantly share code, notes, and snippets.

@robinsingh1
Created October 23, 2024 16:01
Show Gist options
  • Save robinsingh1/a7ee3a75f1abe9a84a10df3146be2d20 to your computer and use it in GitHub Desktop.
Save robinsingh1/a7ee3a75f1abe9a84a10df3146be2d20 to your computer and use it in GitHub Desktop.
trip
{
"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