Skip to content

Releases: nlsfi/pickLayer

New tool to set active layer when selecting features

04 Apr 08:51
Compare
Choose a tag to compare
  • adds a new tool to set active layer by clicking features on map
  • if multiple layers are found, active layer is chosen in this order: point layer, line layer, polygon layer, other map layers

Refactored with qgis_plugin_tools

29 Jun 13:42
Compare
Choose a tag to compare
  • perform spatial operation on selected feature
  • fix bugs: custom actions, copying features
  • reformat using black, isort and flake8
  • refactor to use qgis_plugin_tools
  • add CI and CD pipelines