0

i have set up a graphhopper server, it work perfectly. direction http api working well.

but geocode API not found anything.

i use a docker container : https://hub.docker.com/r/sogorkis/graphhopper/ initialized with an osm.pbf file.

that's sounds like it missing a config step...

could you help me?

harksin
  • 235
  • 2
  • 11

1 Answers1

1

Geocoding is supported by another external program (in the case of GraphHopper Maps it is the GraphHopper Geocoding API). GraphHopper only does routing, also the maps are not served from GraphHopper, just external services.

Karussell
  • 17,085
  • 16
  • 97
  • 197