SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
119 stars 40 forks source link

Store attribute values as dictionary #116

Open jorgegil opened 9 years ago

jorgegil commented 9 years ago

The attribute values are stored to speed up creating charts when the attribute changes (avoids another loop through all the features). These are stored in a list and a separate one for feature ids. Should be stored as dictionary to keep consistency between the two. Can always retrieve list of keys() and values() from the dictionary when needed.