Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Add a NOT NULL contraint on geometry columns when creating the output layer. | Guilhem Moulin | 8 days | 1 |
| | | | | | | | | | | When the output driver supports altering GeomFieldDefn's nullable flag after the fact. PostgreSQL supports that. GPKG doesn't, but one can use GEOMETRY_NULLABLE=NO in layer creation options instead. See https://gdal.org/en/stable/development/rfc/rfc53_ogr_notnull_default.html This commit partially reverts 2c3ee79cb434fc4cf315ee3a6a526156053d76c4. | |||
* | webmap-import: Fingerprint destination layers to detect changes. | Guilhem Moulin | 2025-05-01 | 1 |
| | | | | | | | | Comparing modification times is not enough since some sources (for instance Naturvårdsverket's SCI_Rikstackande) are updated on the server even though no objects are being added; the source layer remains unchanged but the file differs because of OBJECTID changes we are not interested in. | |||
* | webmap-import: Break down into separate modules. | Guilhem Moulin | 2025-04-21 | 1 |
| | ||||
* | webmap-import: Major refactoring. | Guilhem Moulin | 2025-04-19 | 1 |
| | ||||
* | Add type hints and refactor a bit to please pylint. | Guilhem Moulin | 2025-04-19 | 1 |