this post was submitted on 08 Aug 2025
269 points (100.0% liked)
OpenStreetMap community
5511 readers
1 users here now
Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Join OpenStreetMap and start mapping: https://www.openstreetmap.org/.
There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community/
https://mapcomplete.org/ is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)
https://learnosm.org/en/ has a lot of information for beginners too.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There is a worldwide data dump (153 GB) once in a while. download.
You can spin up your own database server and a separate routing server, e.g. osrm.
You will inevitably fall behind in live edits though, forcing you to download a new dump periodically. As long as your own database doesn't need to have any edits, this should be fine, but tedious.
You will probably also need to host a tile rendering server ( https://wiki.openstreetmap.org/wiki/Servers/Tile_Rendering) that will print the map, which can be quite computation heavy. The official servers have a lot to benefit from cdn/cache. Self hosters will not.
You also need a gui - perhaps Leaflet - to put it all together.