Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

[Question] How to import offline data?

Open gaiyya opened this issue 3 years ago • 1 comments

I use following command to run; docker run -e DOWNLOAD_PBF=https://download.geofabrik.de/europe/monaco- latest.osm.pbf -e DOWNLOAD_POLY=https://download.geofabrik.de/europe/monaco.poly -v osm:/data/database/ overv/openstreetmap-tile-server import

How do I use already downloaded pbf and poly file instead of downloading like above command?

gaiyya avatar Jul 22 '22 08:07 gaiyya

If you already downloaded the file, make sure that it is visible somewhere within the container and you can use file:/// URL scheme to refer to these files. They will still be copied inside the container, but at least that's disk-to-disk copy.

wiktorn avatar Jul 22 '22 16:07 wiktorn