perliedman / lrm-graphhopper

Support for GraphHopper in Leaflet Routing Machine
ISC License
31 stars 52 forks source link

Adding elevation:true in urlParameters doesn't work #32

Open peter-alexander opened 4 years ago

peter-alexander commented 4 years ago

Because it's relevant for biking and walking I try to use elevation:true in urlParameters but it doesn't work. The returned route isn't displayed correctly. I guess altitude is not implemented and messes up the processing?

carlos-mg89 commented 2 years ago

I'm struggling with the same issue.

It looks like there is another lrm-graphhopper library, which seems to be the one I used (I downloaded it a long time ago, but didn't use a package manager back then). And that other library actually works very well with Graphhopper elevation=true.

Will come back when I find it.