Created
August 21, 2024 08:21
-
-
Save claustres/88612ea4ac7eabf5cceaca472ff63e11 to your computer and use it in GitHub Desktop.
Elevation Service Request Body
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": "Feature", | |
"resolution": 100, | |
"corridorWidth": 100, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[x0,y0,z0], | |
..., | |
[xn,yn,zn] | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment