Closed webmap2015 closed 3 years ago
Hi,
I want to make elevation profile for routing.
I can export the route between the waypoints as geojson.
{ "name": "demo.geojson", "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "LineString", "coordinates": [[..., ...], [..., ...]] }, "properties": null } ] }
But height value is missing and I want to add it.
Is there any elevation service with supporting LineString geometries?
Thanks.
Hi webmap,
I can't say much about this, if it can help your try to take a look at the following:
Have a nice day, Raruto
Hi,
I want to make elevation profile for routing.
I can export the route between the waypoints as geojson.
But height value is missing and I want to add it.
Is there any elevation service with supporting LineString geometries?
Thanks.