This repository was archived by the owner on May 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242* New: Add template file paths to settings dialog
4343* New: Use author of the QGIS project in contributor
4444
45+ ### 0.2.0 - 09/12/2020
46+
47+ * Now left experimental stage
48+ * Added code coverage report on GitHub project
49+ * Fixed: export bugs (title, description, single symbol layer names)
50+ * New: Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON
51+ * New: Shapes of legend entries can be manually changed before exporting
52+ * New: Option to not crop exported layers to bounds
53+ * New: Store and load snapshot settings to the project
54+ * New: Added Keywords UI to set snapshot keywords
55+ * New: Layer keywords and licenses are exported to Data Package
56+ * New: Add template file paths to settings dialog
57+ * New: Use author of the QGIS project in contributor
58+
4559###
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ To download from GitHub:
2626
27271 . Download the latest release from [ Releases] ( https://github.com/cividi/spatial-data-package-export/releases ) .
2828
29- - [ Latest stable version] ( https://github.com/cividi/spatial-data-package-export/releases/download/0.1.0/SpatialDataPackageExport.0.1.0.zip )
30- - [ Latest testing version] ( https://github.com/cividi/spatial-data-package-export/releases/download/0.2.0-rc1/SpatialDataPackageExport.0.2.0-rc1.zip )
29+ - [ Latest stable version] ( https://github.com/cividi/spatial-data-package-export/releases/download/0.2.0/SpatialDataPackageExport.0.2.0.zip )
3130
32312 . Launch QGIS and the plugins menu by selecting Plugins - Manage and Install Plugins from the top menu.
3332
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ homepage=https://github.com/cividi/spatial-data-package-export
1313tracker=https://github.com/cividi/spatial-data-package-export/issues
1414category=Plugins
1515icon=resources/icons/icon-highres.png
16- experimental=True
16+ experimental=False
1717deprecated=False
You can’t perform that action at this time.
0 commit comments