Skip to content

Releases: cividi/spatial-data-package-export

0.2.1

19 Jul 07:57
ac12bed
Compare
Choose a tag to compare

0.2.1

  • New: Import metadata from datapackage.json file (w/o data layers)
  • New: Interface for editing data package contributors
  • Fixed: UTF-8 issues when exporting/importing layers
  • Future: Prepared plugin for full data package import including data layers

Development Build made for master branch

19 Jul 06:45
ac12bed
Compare
Choose a tag to compare

Commits

  • 73cd9d3: added 0.2.1 release notes draft (Thorben Westerhuys) #56
  • 5d6d0fe: Update version references (Lauri Kajan) #56

0.2.0

10 Dec 17:17
1c9e522
Compare
Choose a tag to compare
  • Now left experimental stage
  • Added code coverage report on GitHub project
  • Fixed: export bugs (title, description, single symbol layer names)
  • New: Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON
  • New: Shapes of legend entries can be manually changed before exporting
  • New: Option to not crop exported layers to bounds
  • New: Store and load snapshot settings to the project
  • New: Added Keywords UI to set snapshot keywords
  • New: Layer keywords and licenses are exported to Data Package
  • New: Add template file paths to settings dialog
  • New: Use author of the QGIS project in contributor

0.2.0 RC 1

04 Dec 21:15
Compare
Choose a tag to compare
0.2.0 RC 1 Pre-release
Pre-release

Version 0.2.0 changes

  • Fixed export bugs (title, description, single symbol layer names)
  • New: Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON
  • New: Shapes of legend entries can be manually changed before exporting
  • New: Option to not crop exported layers to bounds
  • New: Store and load snapshot settings to the project
  • New: Added Keywords UI to set snapshot keywords
  • New: Layer keywords and licenses are exported to Data Package
  • New: Add template file paths to settings dialog
  • New: Use author of the QGIS project in contributor

0.2.0 Beta 2

26 Nov 13:17
Compare
Choose a tag to compare
0.2.0 Beta 2 Pre-release
Pre-release
  • New: Option to not crop exported layers to bounds

0.2.0 Beta 1

25 Nov 08:31
Compare
Choose a tag to compare
0.2.0 Beta 1 Pre-release
Pre-release
  • Fixed export bugs (title, description, single symbol layer names)
  • Added a plugin setting for snapshot layers to be discarded, kept as memory layers ot written as GeoJSON

Renamed to Spatial Data Package Export

14 Oct 17:19
Compare
Choose a tag to compare
  • Project renamed to Spatial Data Package Export
  • Project moved to githum.com/cividi/spatial-data-package-export
  • Add logo

Added Leaflet Styles support for points

25 Sep 10:56
Compare
Choose a tag to compare
Pre-release
  • Add support for Leaflet Styles
  • Improve tests
  • Use symbol opacity and store widths as float
  • Fixed bug with bounding box chooser coordinate reference system

Initial release for testing the plugin (Python 3.6 compatible)

16 Sep 08:33
Compare
Choose a tag to compare
  • Remove dataclass in order to support Python 3.6

Initial release for testing the plugin

15 Sep 13:07
Compare
Choose a tag to compare
Pre-release
  • Processing algorithm for Styles to Attributes
  • Initial DockWidget with some of the fields required for data package
  • Initial support for file exports of the datapackage snapshots
  • Initial tests