Records used for physical boundary ids are confusing

Bug #1175552 reported by Stephan Kramer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Meshing to Realistic Domains
New
Undecided
Unassigned

Bug Description

Currently in the assignment of physical boundary ids the physical id is taken from the very first field of the record associated with each shape. For vector layers where shapes have multiple fields this is confusing and error-prone. For instance a different ordering of the fields but with exactly the same data will give different results. In some cases shapefiles will already have some fields associated with them, for instance starting with a .kml shapefile it will already have a 'name' field that is string-valued. Even if you then in qgis add your own 'id' field to it, it will still pick up the 'name' field instead which will lead to a random crash as the plugin doesn't expect string values (this should be handled by a proper error message btw). Also when merging different shapefiles into one the fields will be merged by 'name', so having things rely on order doesn't really make sense.

Suggested fix: have the plugin look up the correct field by looking for the field with the 'id' name.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.