Skip to content

Files

Latest commit

author
Rub21
Oct 4, 2022
037258e · Oct 4, 2022

History

History
This branch is 53 commits behind developmentseed/osm-seed:develop.

tiler-imposm

Tiler imposm

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.

Configuration

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

Running tiler-imposm container

    # 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