Regarding Export to Shape.
Based on our research, we decided to use
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
<version>29.0</version>
</dependency>
But I've tested several versions since 08/09/2025, and it still doesn't work. This means I haven't been able to implement Export to Shape.
Regarding Improve CombBox for import/export, it seems to me that this modification must be made from the
CrudQuerydslView.class class in order to put exportCsvAnchor, exportAllCsvAnchor, exportGeojsonAnchor, exportShapeAnchor, and exportPartialGeojsonAnchor in a ComboBox and keep only
setToolbar(footer,
clearFiltersButton,
searchButton,
glueSpan,
separatorcombo)
Export Geo Spatial Data
+ Export to GeoJson implemented
+ Improve CombBox for import/export work in progress.