Christoph Candido
Christoph Candido
to achieve the expected behaviour, simply remove the annoying "zoomend" event listener in \lizmap\www\assets\js\map.js 😉 //map.events.on({ // "zoomend": function() { // if ( dragCtrl.active && layer.getVisibility() ) { // //...
If layers could be replaced for printing, it would be possible to use MapProxy to speed up image display while browsing and print the original layers with contextual legends. Mapproxy's...
To be honest, I can see that the functionality is already there, but I have to add the WMS replacement url to the vector layer configuration in the project config...
As a negative side effect popups won't work anymore. 🤔😕
@Gustry yes I have some Javascript in development to speed up loading vector layers with the help of MapProxy. And I have a baselayer substitution mechanism as well: ```yaml "externalAccess":...
There is an undocumented layer property for QGIS Server called `WMS print layer` that we can use to store additional data. This property is shown in the `GetProjectSettings` response. Or...
I can confirm that it only works from C: drive.
Is there anything we can do to get this issue solved? ... sponsoring? 🤔🙄😊
In QGIS 3.30.3 (Windows) D&D works from D: drive as well, but not from USB and not from any mapped network drive. If I open a network directory via UNC...
In QGIS 3.36.0 project opening from GPKG via drag&drop doesn't work from D: drive anymore 🙁. C: drive is ok and UNC path is supported.