mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-29 22:33:17 -07:00
| .. | ||
| data | ||
| docker-compose.yml | ||
| load-data-db.sh | ||
| README.md | ||
Tile Server
What is it?
A simple tile server using pg_tileserv, based on pg_tileserv docker example.
How to use it?
- Edit variables in
docker-compose.ymlif necessary to customize username/pw - Run
docker-compose upto start running the server. It will likely stall in enabling extensions (TODO: figure this out)) - Restart the server with ctrl-c. It should load the data from the
data/directory exactly one time.
Using
- Point your visualization library to the following URL, and select
vectortiles:http://localhost:7800/public.maryland/{z}/{x}/{y}.mvt