Giovanni Manghi
Giovanni Manghi
> but no tiles are cached (manually or using seeding). thanks for confirming.
> No redis user ? @Gustry thanks for the reply. For many simple use cases Redis seems an overkill to me, but if it works... should we assume that at...
Morever, does not Redis now pose a problem from a licensing point of view, at least for some potential LMWC user?
@Gustry no changes after configuring LMWC to use Redis ``` sudo -u www-data php lizmap/console.php wmts:cache:seed -v -f qgisserverdemos recart_exemplo_dgt Bing_Satellite EPSG:3763 1 2 The TileMatrixSet 'EPSG:3857'! The TileMatrixSet 'EPSG:3763'!...
And same thing with SQLITE.
> @Gustry no changes after configuring LMWC to use Redis ``` 127.0.0.1:6379> KEYS * (empty array) 127.0.0.1:6379> MONITOR OK ``` Nothing moves into Redis when navigating a project that has...
> Your error indicates that `getSource` does not exist for your object. This method doesn't work with LMWC 3.6 but works with LMWC 3.7. I believe this is because version...
> I expressed myself poorly. If you type `lizMap.mainLizmap.digitizing.drawLayer.getSource().clear()` in the JS console of [this project](https://demo.snap.lizmap.com/lizmap_3_6/index.php/view/map?repository=features&project=cats) (LMWC 3.6), you will encounter an error, @altheaFeu but the js code is 2...
@altheaFeu thanks anyway!
@altheaFeu thanks!