Building a cartographic web application with pg_tileserv and pg_featureserv
- Workshop materials.
- Reused the
postgis
Docker Compose template from previous workshop - Reused also the
osgeo/gdal
container to useogr2ogr
on the downloaded shapefiles. - Added
pg_featureserv
andpg_tileserv
Docker images passing the.toml
configurations as part of thecommand
setting. - Added an
nginx
service to the compose file for the HTML files. - Played with different HTML pages that load tiles from
pg_tileserv
and displays them using OpenLayers. - Created a view that returns random points.