Last active
August 21, 2024 08:26
-
-
Save claustres/44b23e70150c6c0fc32ad6f6e6aba215 to your computer and use it in GitHub Desktop.
Elevation Service Response
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": { | |
"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