5 ms·
How easy is it to sync with the latest OSM?
by adjusted 4y ago
How easy is it to sync with the latest OSM?
- wcedmisten 4y agoAuthor here: the docker project for the tile server allows setting up automatic syncing fairly easily: https://github.com/Overv/openstreetmap-tile-server#enabling-automatic-updating-optional https://github.com/Overv/openstreetmap-tile-server#enabling-... I'm not sure about Nominatim or Valhalla's ability to auto-sync the latest changes, at least with the dockerized version, but it may be possible.
- Aachen 4y agoI think the official Nominatim server has minutely updates so I'd be very surprised if the open source version isn't the same and can't do that as well. I've never set it up though, so I'm not sure where to find those docs.
- spiekerooger 4y agoYes, you can do minutely updates with Nominatim, instructions are here: https://nominatim.org/release-docs/latest/admin/Update/ https://nominatim.org/release-docs/latest/admin/Update/