Project-OSRM / osrm-frontend

Modular rewrite of the OSRM frontend using LRM
BSD 2-Clause "Simplified" License
307 stars 236 forks source link

Where is NOMINATIM conf ? #283

Open MaximeBrienne opened 6 years ago

MaximeBrienne commented 6 years ago

Hello i have a problem. I found where to edit the backends server, the tile server but i need to change the server Nominatim used to do address lookups.

I have : 1 Nominatim Server 1 OSM Serveur 1 OSRM Serveur

Where is the file about this config Nominatim ? Thanks

DSI RatpDev

MaximeBrienne commented 6 years ago

I try to change https://nominatim.openstreetmap.org by my own url.

gelinger777 commented 4 years ago

try geocoder: Geocoder.nominatim({serviceUrl:'http://192.168.22.247:7070/'}), in index.js at line 97