Jorl17 / open-elevation

A free and open-source alternative to Google Elevation API. Host your own! https://open-elevation.com
GNU General Public License v2.0
679 stars 165 forks source link

Add support for request elevations along a path #44

Closed webmap2015 closed 2 years ago

webmap2015 commented 3 years ago

Hi,

Like https://www.jawg.io/docs/apidocs/elevation/#request-elevations-along-a-path

Thanks.

Jorl17 commented 3 years ago

Hi.

We support this already using the lat,lng|lat,lng|lat,lng syntax. Were you looking for additional support for a polyline?

wzharith commented 3 years ago

Hi,

I am also looking forward for this type of support. currently lat,lng|lat,lng|lat,lng only will give the output for 3 points. It would be great if it can provide for a polyline. From PointA to Point B.

webmap2015 commented 2 years ago

I made it.