mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08: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.yml
if necessary to customize username/pw - Run
docker-compose up
to 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
vector
tiles:http://localhost:7800/public.maryland/{z}/{x}/{y}.mvt