mbarto
mbarto
When row selection is enabled, also row deselection is (by clicking on the selected row). We should introduce a flag (canDeselectRow) to explicitly enable/disable deselection.
## Description The current implementation of the graticule layer has some limitations: - only supports lat - lon grids - does not support labels - cannot be printed We would...
## Description We want a subplugin for the Print plugin that: * shows the current printing scale * allows including the scale in the printed page, using a checkbox Connected...
## Description The actual MapStore printing engine, is based on a custom version of mapfish-print 2.x (https://github.com/geosolutions-it/mapfish-print). The official mapfish-print library 2.x branch is not mantained anymore, so we are...
This is a cleanup of https://github.com/openlayers/ol2/pull/1076 It uses as an example an online instance of GeoServer with UTFGrid support for WMS enabled
## Description This is caused by a bug in the leaflet implementation of the Feature component. The problem is here: https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/map/leaflet/Feature.jsx#L113 Using a lodash deepClone instead of the JS spread...
## Description If we have this: https://github.com/geosolutions-it/geostore/issues/206 We can remove all the convoluted logic needed to load / save complex resources, replacing them with a single API call. **What kind...
### Description All the menu items of ManegerMenu are configurable to be shown / hidden, except for the UserManager menu. We should refactor the menu as a generic plugin container...
Updated JTS 1.15, and related GeoDB 0.9 is not supported by hibernate-spatial-h2-geodb. We need to check if this can be updated.