David Marteau
David Marteau
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
### Is your feature request related to a problem? Please describe GetCapabilities forwarded from WMS/WMTS urls may be not relevant: capabilities response return the internal urls used by lizmap and...
This is a follow up for https://github.com/3liz/lizmap-docker-compose/issues/25 ### Is your feature request related to a problem? Please describe ATM the docker configuration for lizmap is a kind of a mess...
First, thank you for bringing us Sysbox. ### Description of the problem: We are trying to test some glusterfs configuration using the following: - Running 2 containers (from debian:bullseye), clientA...
When trying to open a local .md file, FF ask what to do with the file. The extension does not bypass default file handler. Firefox 55.0.3 System: OSX (El capitan)
At https://github.com/proj4js/proj4js/blob/b0b33a3c7fc27d2e8de2b519f867838dda5a19c4/lib/datumUtils.js#L116, the return value shouldn't be ``` return { x: Longitude, y: Latitude, z: Height }; ``` instead of ``` return { x: p.x, y: p.y, z: p.z };...
### What is the bug? Lizmap and Lizmap plugin produces and consumes a json which is not semantically correct (even if the syntax is ok) ### Steps to reproduce the...
Opening untrunsted tarfile is a potential security issue: * See https://github.com/python/cpython/issues/45385 * See https://peps.python.org/pep-0706/ Since tarfiles used in cadastre are downloaded from external site, they should be considered as untrusted....
Use `string.Template` for string substitution in sql scripts: - Almost universal basic templating format. - Raise error on unresolved placeholder: prevent creating invalid sql scripts. - A bit Less code...
Le plugin utilisie une version *maison* d'un portage en python du script ogr2or. Ce script n'est pas forcément en phase avec avec les releases de Gdal. Il existe une API...