Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Add a simple CGI to retrieve features from PostgreSQL/PostGIS. | Guilhem Moulin | 13 days | 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. |