Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | CGI: Take a list of feature IDs to query to avoid pounding the backend. | Guilhem Moulin | 2025-05-25 | 1 |
| | | | | | 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 Moulin | 2025-05-25 | 1 |
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. |