-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention GPKG and Spatialite in texts, clarify role of HVBG´
- Loading branch information
Johannes Kröger
committed
Dec 1, 2022
1 parent
e245abb
commit d9a2c70
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[general] | ||
name=Räumlicher Filter | ||
qgisMinimumVersion=3.22 | ||
description=Spatial filters for PostGIS layers | ||
description[de]=Räumliche Filter für PostGIS-Layer | ||
version=0.9 | ||
description=Spatial filters for PostGIS, GeoPackage and Spatialite layers | ||
description[de]=Räumliche Filter für PostGIS-, GeoPackage- und Spatialite-Layer | ||
version=1.0 | ||
author=WhereGroup GmbH (Peter Gipper, Mathias Gröbe, Johannes Kröger) | ||
[email protected] | ||
|
||
about=Create and manage spatial filters that are applied to PostGIS 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 funded by Hessische Verwaltung für Bodenmanagement und Geoinformation (HVBG). | ||
about[de]=Erstellt und verwaltet räumliche Filter für vektorbasierte PostGIS-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) finanziert. | ||
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 | ||
|