SpaceGroupUCL / qgisSpaceSyntaxToolkit

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

Orignial id column missing in axial analysis results #155

Closed jorgegil closed 7 years ago

jorgegil commented 7 years ago

The original id column with the id of the layer selected by the user goes missing. This causes a shift in the column names and the id column gets called integration, and so on. Column values after that do not correspond to the column name.

This happens if the original id column is called "ref", which is the default depthmapX id column name. It clashes with the new "ref" column and must always be renamed as "Axial ID"

jorgegil commented 7 years ago

Now the id column of the original axial map layer is always renamed to "Axial id" to avoid confusion. When using shape files this gets renamed to "axid".