I need to iterate through all the categories in a layer's renderer. I've
figured out how to get the value and the symbol info:
categories = layer.rendererV2().categories()
for cat in categories:
print cat.value()
print cat.symbol().color().name()
How do I find out which of the layer's fields is driving the categorization? In
other words, how do I get the field which is compared against cat.value() in
order to determine whether the category applies to a given feature?
This is for the qgis2leaf plugin. I need to read out all the categories and
rewrite them in javascript which Leaflet can understand.
Thanks
Tom
Tom Chadwin, UK National Parks Portal Manager
Telephone: 01434 611511 Mob: 07881 109617
Web:
www.northumberlandnationalpark.org.uk<http://www.northumberlandnationalpark.org.uk/>
IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland
National Park Authority (NNPA).The Authority’s head office and principal place
of business is Eastburn, South Park, Hexham, Northumberland, NE46 1BS, United
Kingdom. If you are not the intended recipient(s) please note that any form of
disclosure, distribution, copying or use of this communication or the
information in it or in any attachments is strictly prohibited and may be
unlawful. If you have received this communication in error, please delete the
email and destroy any copies of it. Any views or opinions presented are solely
those of the author and do not necessarily represent those of NNPA.Contractors
or potential contractors are reminded that a formal Order or Contract is needed
for NNPA to be bound by any offer or acceptance of terms for the supply of
goods or services Although this email and any attachments are believed to be
free of any virus or other defects which might affect any computer or IT system
into which they are received, no responsibility is accepted by the NNPA for any
loss or damage arising in any way from the receipt or use thereof. Computer
systems of this Authority may be monitored and communications carried out on
them recorded, to secure the effective operation of the system and for other
lawful purpose.
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer