Skip to content

Instantly share code, notes, and snippets.

@claustres
Created August 21, 2024 08:21
Show Gist options
  • Save claustres/88612ea4ac7eabf5cceaca472ff63e11 to your computer and use it in GitHub Desktop.
Save claustres/88612ea4ac7eabf5cceaca472ff63e11 to your computer and use it in GitHub Desktop.
Elevation Service Request Body
{
"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