You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postserve/README.md

464 B

postserve

This is an OpenMapTiles map vector tile test server. It requires the prepared SQL statement generated by the generate-sqltovmt tools script.

To run, use this command, replacing myfile.sql with the name of the generated file in the current dir.

docker run -it --rm --net=host -v "$PWD:/data" openmaptiles/postserve /data/myfile.sql

To see help, use

docker run -it --rm --net=host -v "$PWD:/data" openmaptiles/postserve --help