Skip to content

Instantly share code, notes, and snippets.

@claustres
Last active August 21, 2024 08:26
Show Gist options
  • Save claustres/44b23e70150c6c0fc32ad6f6e6aba215 to your computer and use it in GitHub Desktop.
Save claustres/44b23e70150c6c0fc32ad6f6e6aba215 to your computer and use it in GitHub Desktop.
Elevation Service Response
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"z": 32,
"t": 0
},
"geometry": {
"type": "Point",
"coordinates": [
117.06333333333333,
40.14833333333333,
39100
]
}
},
...
{
"type": "Feature",
"properties": {
"z": 28,
"t": 248009.72609614278
},
"geometry": {
"type": "Point",
"coordinates": [
117.345,
39.123333333333335,
2000
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment