docker run \ -e UPDATES=enabled \ -v /absolute/path/to/luxembourg.osm.pbf:/data/region.osm.pbf \ -v /absolute/path/to/luxembourg.poly:/data/region.poly \ -v osm-data:/data/database/ \ overv/openstreetmap-tile-server \ import ...
NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Breadcrumbs openstreetmap-tile-server / Latest commit Istador changed volume paths ; FLAT_NODES=enabled (Overv#261) ...
OpenStreetMap (OSM)is a user contributed world map that is freely editable. It’s an open-source and self-hosted alternative to Google Maps. Previously I wrote a step-by-step guide toinstalling your own OpenStreetMap tile server on Ubuntu. It’s a tedious task, I have to admit. Fortuna...
OpenStreetMap, aka OSM, is a user-contributed world map that is freely editable. You can think of it as an open-source and self-hosted alternative to Google Maps. This tutorial will show you how to build your own OpenStreetMap tile server on Ubuntu 18.04 so you don’t have to use a...
Docker file for a minimal effort OpenStreetMap tile server - openstreetmap-tile-server/run.sh at master · Overv/openstreetmap-tile-server
docker run \ -e UPDATES=enabled \ -v /absolute/path/to/luxembourg.osm.pbf:/data/region.osm.pbf \ -v /absolute/path/to/luxembourg.poly:/data/region.poly \ -v osm-data:/data/database/ \ overv/openstreetmap-tile-server \ import ...
Docker file for a minimal effort OpenStreetMap tile server - Issues · Overv/openstreetmap-tile-server
Run the server like this: docker run \ -p 8080:80 \ -v openstreetmap-data:/var/lib/postgresql/12/main \ -d overv/openstreetmap-tile-server \ run Your tiles will now be available athttp://localhost:8080/tile/{z}/{x}/{y}.png. The demo map inleaflet-demo.htmlwill then be avai...
openstreetmap-tiles-update-expire postgresql.custom.conf.tmpl run.sh Breadcrumbs openstreetmap-tile-server / leaflet-demo.html Latest commit Florian Sievers set maximum zoom level for demo page to 20 82f301b· Jun 5, 2020 HistoryHistory File metadata and controls Code Blame 37 lines (31 loc...
Docker file for a minimal effort OpenStreetMap tile server - Forks · pravds/openstreetmap-tile-server