Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.3 KB

Item Browser is a QGIS plugin to browse a multiple selection.

Howto

Set a layer with a multiple selection as the current layer, and the plugin icon is now enabled.

Click on this icon, and a dock will appear on the bottom left of the application. You can now navigate within the selection. The plugin can auto pan and scale to the current feature.

The edit form can be opened by clicking the form icon.

In the settings, can be defined:

  • color and width of the rubber band
  • scaling of the bounding box of the current item can be defined
  • save of the current selection and current item for all currently browsed layers

If save of current selection is enabled, at project launch, the last selection is restored, and the last current item is reset in the dock.

A demo video is available on youtube.

Python developpers

If you want something to happen with the selection, the connected layer emits two signals as soon as the selection changed:

  • browserCurrentItem(long) if there is a selection, the given integer being the feature id.
  • browserNoItem() if there is nothing selected.