pull/108/head
Mads Schmidt Bertelsen 2021-02-09 12:16:29 +01:00
rodzic 966e5a630b
commit 82cfafb925
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -16,10 +16,10 @@ As a quick example, we are going to setup Docker-OSM with default values everywh
* Put the file in the `settings` folder and rename it `country.pbf`.
Alternatively you can execute the `settings_downloader.sh` script to download the pbf and the clip file
``
```bash
./settings_downloader.sh GEOJSON_URL CONTINENT COUNTRY ie
./settings_downloader.sh https://github.com/kartoza/docker-osm/raw/develop/settings/clip.geojson africa south-africa
``
```
If you use rancher for container management you can use the provided docker-compose.yml which allows you to automatically
download the settings onto the host machine by using environment variables.