geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
505 stars 393 forks source link

Weird .x extension when downloading vector data in gpkg format #6826

Open severinmenard opened 3 years ago

severinmenard commented 3 years ago

Description

When you download WMS layers in GeoPackage format from a MapStore map, the files have not a .gpkg extension but a .x extension, while they do have a .gpkg extension if you try to download them from GeoServer (Layer review>All formats>WMS>Geopackage). Renaming the extension makes the files working (eg. QGIS) so it seems being just a matter of extension name.

How to reproduce

Try to download in GeoPackage format any of the pg data layers from this map (if login popup shows up, just click on cancel)

Expected Result Downloaded GeoPackage files should have a .gpkg extension

Current Result Downloaded GeoPackage files have a .x extension

severinmenard commented 3 years ago

No comment on this potential bug?