Hi,
I set up a local GraphHopper server and sent the isochrone request. How can I add the result to a map like the explorer website?
Thanks!
Hi,
I set up a local GraphHopper server and sent the isochrone request. How can I add the result to a map like the explorer website?
Thanks!
There should be a UI at localhost:8989/isochrone/index.html: https://github.com/graphhopper/graphhopper/blob/master/web-bundle/src/main/resources/com/graphhopper/maps/isochrone/index.html
Thanks for the help! I found it at localhost:8989/maps/isochrone/index.html.