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

A QGIS 2.x plugin to browse a multiple selection, with auto-zooming to current feature and an option to open feature form.

License

Notifications You must be signed in to change notification settings

3nids/itembrowser

Repository files navigation

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.

About

A QGIS 2.x plugin to browse a multiple selection, with auto-zooming to current feature and an option to open feature form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published