A GBDX task to create vector tiles from any valid OGR datasource.
-
Create a
.gitconfig
file in the main directory with valid username and password credentialsThis is required in order to clone
tippecanoe
as part of the build process. -
docker build -t create-vector-tiles:<version> -t create-vector-tiles:latest .
-
Place your test data in
test-mnt/input/data
. Input datasets can be in any valid OGR format (have not tested this thoroughly). Multi-file formats should be in a single directory withintest-mnt/input/data
. -
Create
ports.json
file intest-mnt/input
(seetest-mnt/input/ports.template.json
as an example). -
docker-compose up test