This container is responsible to import the replication PBF files from osm-seed or OSM planet dump into the tiler-db
If we are running the container for the first time the container will import the OSM Land and Natural Earth dataset and [osm-land] files into the data bases. Check more here.
In order to run this container we need environment variables, these can be found in the following files👇:
Note: Rename the above files as .env.tiler-db
and .env.tiler-imposm
# Docker compose
docker-compose run tiler-imposm
# Docker
docker run \
--env-file ./envs/.env.tiler-db \
--env-file ./envs/.env.tiler-imposm \
-v ${PWD}/data/tiler-imposm-data:/mnt/data \
--network osm-seed_default \
-it osmseed-tiler-imposm:v1