Add "all other classes" / no class value to testdata

Issue #387 resolved
Benjamin Jakimow created an issue

The default symbology of the test vector data sets is specified in *.qml files. The default symbology uses a classification scheme based on a single vector field, e.g. “level_3” in case of the “landcover_berlin_polygon.shp”.

A problem occurs if new features are added to the vectordatasets by drawing a new polygon/point. If a new feature misses a value that is specified in the symbology - and this is always the case when a new feature is added - the feature will be added to the data source, but not get rendered on the map.

For such cases I recommend to add a class with a default color and without any value, like in the following screenshot:

Comments (1)

  1. Log in to comment