I'm going to build my own nominatim and tile server, and I'd like to add POI to my own database(just for nominatim) to be used by my project. I have the following problems:
|
You can create an .osc file that contains your extra POIs, and add that file to both your Nominatim and tile databases with a manual invocation of You do not have to install the rails port unless you want multiple users to be able to connect to your database and edit the data. 1
Thanks! I also want to ask if it is possible to write an API to insert(via http) POI directly to nominatim database?
(04 May '16, 09:36)
LAmour
1
For info, the thing that handles updates to a rendering database is at https://github.com/openstreetmap/mod_tile/blob/master/openstreetmap-tiles-update-expire - you can see how that calls osmosis.
(04 May '16, 10:07)
SomeoneElse ♦
|