Releases: heremaps/xyz-qgis-plugin
Releases · heremaps/xyz-qgis-plugin
1.9.9
1.9.8
1.9.7
Version 1.9.7 (2023-05-12)
- Requires at least QGIS version 3.26.3. Latest QGIS version 3.30.2 recommended.
🐛 FIXES 🐛
- Fixed credential issues with Here Platform
- Used QtWebEngine and QML window instead of QtWebKit
- Applied one Here Platform credential to all layers, enabling easy switch between User and App credentials
⚡️ IMPROVEMENTS ⚡️
- Rename plugin, previously known as XYZ Hub Connector
- Display formatted JSON attribute
- Rename group/layer name in Layers panel, including Catalog and Layer name instead of layer id
- Remove non-mandatory field "Searchable properties" from "Manager layer" dialog
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
Version 1.9.0 (2021-11-15)
✨ NEW FEATURES ✨
- Officially supports HERE Platform Interactive Map Layer (IML)
- HERE Platform authentication via App credentials or Email login
- Visualize and edit IML data
- Manage IML layers: add/edit/delete layers
⚡️ IMPROVEMENTS ⚡️
- Improves editing delta layers
- Supports Z coordinates (elevation)
🐛 FIXES 🐛
- Prevents app crash when loading large geometries
- Does not convert string to integer when parsing feature
- Fixed vertex editor not working properly after loading
- Fixed ordering of vector layer when opening saved project
- Ensure xyz_id uniqueness via sqlite trigger instead of 'on replace conflict' constraint
- Ensure fields to be consistent with provider fields to prevent data corruption, especially after editing
- Ensure the paired order of fields-vector layer after a layer is removed (set fields to empty for deleted layer)
- Handle virtual fields (expression fields) in data loading
- Update test for parser and renderer
- Disconnect signal silently to avoid exception
- Fixed compatibility issues with QGIS 3.20
- Fixed overwritten layer properties when loading style
- Fixed dangling QgsFields of deleted layer
- Minor bug fixes