heremaps / xyz-qgis-plugin

Plugin for QGIS to connect to the HERE Platform IML
https://plugins.qgis.org/plugins/XYZHubConnector/
MIT License
27 stars 9 forks source link

Handle property conflicting with reserved QgsField name #37

Closed minff closed 3 years ago

minff commented 4 years ago

When the data contains a property conflicting with the reserved QgsField name, e.g. 'FID' conflicts with 'fid' used internally in gpkg file. Since the column names are case-insensitive in Geopackage file, it may cause problems with the loaded data, for instance:

minff commented 3 years ago

resolved in version 1.8.3, commit c661598