Skip to content

Use the ST_AsMVT function to render tiles directly in Postgres

License

Notifications You must be signed in to change notification settings

Sophox/postserve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use the ST_AsMVT function to render tiles directly in Postgres

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.6%
  • Dockerfile 8.4%