I'd like to create a Categorized style in QGIS, classify with it data in a shapefile and then save the shapefile with the new categorized style. Is it possible?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Shapefiles are not designed to contain style information - they contain data. While you can construct attributes for storing things like "polygon color", it's better to save the styles separately as QML (QGIS style files) or SLD (standardized style files supported in QGIS 1.8). |
|||||
|
|