aboutsummaryrefslogtreecommitdiffstats
path: root/webmap-cgi
Commit message (Collapse)AuthorAgeFiles
* CGI: Take a list of feature IDs to query to avoid pounding the backend.Guilhem Moulin2025-05-251
| | | | | application() returns a iterator, so we serve responses immediately as they as received from the server (no buffering).
* Add a simple CGI to retrieve features from PostgreSQL/PostGIS.Guilhem Moulin2025-05-251
This avoids exporting features properties and geometries as GeoJSON. (We could do the same for tiles, but it would be too slow.) The downside is that the tables can't be read from while `webmap-import` is running, so metadata lookup might briefly timeout during the daily update. It's still worth doing as it greatly simplifies deployment and saves GiB of disk space.