qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.34k stars 2.98k forks source link

Create the possibility to make attribute queries with mapped values using QML files #21660

Open qgib opened 8 years ago

qgib commented 8 years ago

Author Name: Luiz Andrade (@lcoandrade) Original Redmine Issue: 13622

Redmine category:unknown


Dear all, I'm a Brazilian Army Officer and our Geographic Service Bureau is adopting QGIS as our corporate GIS solution. Brazil has a national vectorial geospatial data structure, called EDGV, and almost all features in that structure use mapped values. To deal with that the Brazilian Army has developed the plugin DSGTools (http://plugins.qgis.org/plugins/DsgTools/). The plugin uses QML files to map the values and make feature creation easier to our user but we need to make queries and the default QgsExpressionBuilderWidget doesn't allow us to use mapped values. We want the user to be able to build queries using the keys present in our QML files.

For instance, today we make the following query: "geometriaaproximada" = 1

But we want to able to build this: "geometriaaproximada" = Yes (easier to our user to understand what he/she is actually querying)


qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 6 years ago

Author Name: Jürgen Fischer (@jef-n)