Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 464 Bytes

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