Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 383 Bytes

import-service

The service responsible to import POIs from several data sources

Docker

This builds a docker image based on a specific version of osm2pgsql. The command to build is:

docker build --tag mapdiscover/import-service:latest --build-arg OSM2PGSQL_VERSION=1.4.1 .
docker run --rm -it --entrypoint /bin/bash mapdiscover/import-service:latest