graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Geocoding API in local installations ? #2

Closed rajanski closed 9 years ago

rajanski commented 9 years ago

Hi and thanks for this great piece of software.

I have installed graphhopper successfully on my EC2 instance and it works perfectly as for the routing api.

I wonder if the geocoding API is excluded from the local installation or has to be enabled somehow, becaue it seems to be not reachable under hostname:port/geocode or hostname:port/api/1/geocode , as documented in your docs...

karussell commented 9 years ago

The Geocoder is separate from GraphHopper and only available in our Directions API for business. And you can also self-host the Geocoder API, contact us for details.

rajanski commented 9 years ago

ok, understandable.

I think i saw in the java code that youre using nominatim for geocoding.

Would the geocode api be available when compiling the whole graphhopper stack myself?

karussell commented 9 years ago

Currently we do not intend to distribute the geocoding elsewhere than in our API.