Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#1280 closed bug (fixed)

unique values classification fails for GRASS vectors

Reported by: msieczka Owned by: nobody
Priority: major: does not work as expected Milestone:
Component: Symbology Version: Trunk
Keywords: Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

Unique values classification fails for GRASS vectors. The debug says:

Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 276: (changeClassificationAttribute) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/providers/grass/qgsgrassprovider.cpp: 1148: (mapOutdated) entered.
Debug: /home/shoofi/src/straight/qgis-trunk/src/providers/grass/qgsgrassprovider.cpp: 1167: (attributesOutdated) entered.
Debug: /home/shoofi/src/straight/qgis-trunk/src/providers/grass/qgsgrassprovider.cpp: 424: (resetSelection) entered.

For shapefiles this functionality works. The debug is different:

Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 276: (changeClassificationAttribute) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.
Debug: /home/shoofi/src/straight/qgis-trunk/src/app/qgsuniquevaluedialog.cpp: 202: (addClass) called.

Fixing this issue, please take a look at #983 ("Graduated Symbol" symbology: wrong numeric ranges) too.

Change History (2)

comment:1 by jef, 16 years ago

Resolution: fixed
Status: newclosed

fixed in r9259

comment:2 by (none), 15 years ago

Milestone: Version 1.0.0

Milestone Version 1.0.0 deleted

Note: See TracTickets for help on using tickets.