Results 45 comments of stefano bovio

@ElenaGallo please test on dev and let me know if we can backport on 2024.02.xx, thanks

Note in the PR #9152 we included utils to parse expressions in the [StyleParserUtils](https://github.com/geosolutions-it/MapStore2/blob/227c280cd4ef866aeef9f5c8e946150f3eee3a75/web/client/utils/styleparser/StyleParserUtils.js) file

We can also take a look if the [optimization.chunkIds](https://webpack.js.org/configuration/optimization/#optimizationchunkids) could help us in this issue (It seems by default is set to `named` in dev while `deterministic` in prod).

@tdipisa @rowheat02 my proposal is to keep the structure as is now without changing the cards. We should review the styles to make it fit the page but the functionality...

The functions used to retrieve supported info format both for WMS and WFS are calling the capabilities based on the layer url without performing additional changes on the url to...

@tdipisa I'm not able anymore to reproduce this issue

@tdipisa when we create the GeoJSON representing the path we include also a sequenceId and there are multiple sequences in this path (the sequenceId are automatically detected by processing tools)....

@ElenaGallo please test this fix on QA, thanks

> On the MS side we can for sure prevent the interactive legend from displaying under certain conditions. In general, on the GS side, it would be good to evaluate...

@dsuren1 it's already possible to override the href with [logo](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/plugins/ResourcesCatalog/BrandNavbar.jsx#L224-L227) cfg but it's not documented yet. So let's use this issue to improve the jsdoc. Then we need to change...