Fix reference to clip.geojson (#108)

* Fix reference to clip.json

* Fix readme.md
pull/110/head
madsbertelsen 2021-02-09 12:38:08 +01:00 zatwierdzone przez GitHub
rodzic 90735fae17
commit 20c11e3ff5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 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/blob/develop/settings/clip.geojson africa south-africa
``
./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.