-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.txt
More file actions
52 lines (47 loc) · 2.71 KB
/
metadata.txt
File metadata and controls
52 lines (47 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[general]
name=Räumlicher Filter
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Spatial filters for PostGIS, GeoPackage and Spatialite layers
description[de]=Räumliche Filter für PostGIS-, GeoPackage- und Spatialite-Layer
version=1.8
author=WhereGroup GmbH (Peter Gipper, Mathias Gröbe, Johannes Kröger)
email=info@wheregroup.com
about=Create and manage spatial filters that are applied to PostGIS, GeoPackage and Spatialite vector layers in the current QGIS project. The plugin allows for filtered viewing and editing of the layer, with the filter being defined by a polygon geometry or a bounding box. It is possible to define exceptions for layers and display the filter geometry on the map canvas. The development of this plugin by WhereGroup was proposed and funded by Hessische Verwaltung für Bodenmanagement und Geoinformation (HVBG).
about[de]=Erstellt und verwaltet räumliche Filter für vektorbasierte PostGIS-, GeoPackage- und Spatialite-Layer im aktuellen QGIS-Projekt. Damit lässt sich die Anzeige und Bearbeitung der Layer auf eine bestimmte Polygongeometrie oder deren minimal umfassendes Rechteck begrenzen. Es ist möglich Ausnahmen für einzelne Layer zu definieren und die Filtergeometrie anzuzeigen. Die Entwicklung dieses Plugins durch die WhereGroup wurde von der Hessischen Verwaltung für Bodenmanagement und Geoinformation (HVBG) initialisiert und finanziert.
tracker=https://github.com/WhereGroup/spatial_filter/issues
repository=https://github.com/WhereGroup/spatial_filter
hasProcessingProvider=no
tags=python, filter, vector, postgis, performance
changelog=
Version 1.8:
- Fix metadata for QGIS 4
Version 1.7:
- Support for Qt 6
Version 1.6:
- Add warning on QGIS < 3.34.4 due to bug in project saving
- Improved warning message on unsupported geometry types
Version 1.5:
- Clear filter when a new project is loaded or created
Version 1.4:
- Add padding when zooming to filter geometry (thanks pathmapper!)
- Add plugin name to messages in message bar
- Fix crash when user edited style without having an active filter
Version 1.3.1:
- Fix raster layer exception in curved geometry check
Version 1.3:
- Add warning message for layers with unsupported geometry type
Version 1.2:
- Keep existing filter on layers that are added pre-filtered
- Don't crash in exclusion dialog if raster layers exist
- Ensure valid geometries when using multiple input geometries
- Fix retrieval of file path and layer name for processing results
Version 1.1:
- First public release
homepage=https://github.com/WhereGroup/spatial_filter
category=Plugins
icon=icons/icon.png
experimental=False
deprecated=False
server=False
supportsQt6=True