Giovanni Manghi

Results 256 comments of Giovanni Manghi

> we are trying to understand it yes, it is confirmed, in QGIS Desktop (and server) there is a mechanism that orders that values but that is completely disconnected to...

> https://github.com/3liz/lizmap-web-client/blob/f7c0c7de15f06439f4ab52f0c9079fc0c40e83da/lizmap/modules/lizmap/lib/Form/QgisForm.php#L1764C1-L1767C14 @Gustry would removing the "if" here enough to fix this problem?

> @gioman I don't know all implications of this change. I think having a default alphabetical order makes sense, so go for it to try. You can do it straight...

@nworr I'm not using the demo project. I have enabled server caching with the LM plugin (and caching is indeed enabled when navigating in LMWC).

Please remove the feedback label. The CFG file is ok ![image](https://github.com/3liz/lizmap-web-client/assets/1951107/070103cc-7a53-413e-a760-6f029614e737) but seeding scripts will always return `No layers configured with cache!`

> Please share different commands you have launched and their outputs. @Gustry @nworr it seems to me that is another case of LMWC being finicky with layer names. As in...

More: specifying tilematrix level 0 generates en error (even if level 0 is always shown as part of the wmts:capabilities of a layer) ``` php lizmap/console.php wmts:cache:seed -v -f reponame...

More: activating cache on a layer/datasource (gpkg) called "zona_contigua_24NM" causes the wmts:capabilities script to return an error: ``` For "zona_contigua_24NM" and "EPSG:4326" from TileMatrix 2 to 8 PHP Fatal error:...

> Does your layer zona_contigua_24NM have a scale constraint ? @nworr yes

> @nworr yes @nworr if that is the cause of the error maybe is worth considering catch the error and return a meaning message to the user.