Skip to content

Releases: heremaps/xyz-qgis-plugin

1.9.9

12 Mar 17:30
7fe865a
Compare
Choose a tag to compare

Version 1.9.9 (2024-03-12)

🐛 FIXES 🐛

  • Updated HERE Platform IML servers
  • Set single layering mode as default
  • Improved authorization
  • Improved stability
  • Deprecated HERE Data Hub servers
  • Fixed OpenGL outdated driver error
  • Show confirm dialog before installing dependencies

1.9.8

24 Jul 12:19
Compare
Choose a tag to compare

Version 1.9.8 (2023-07-24)

🐛 FIXES 🐛

  • Supports Here Platform login for MacOS
  • Fixes issues with login and expired token
  • Do not store Here Platform email and token into project files
  • Fixes issue that some features are not displayed
  • Improves UX and stability

1.9.7

12 May 15:23
Compare
Choose a tag to compare

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

06 Dec 14:05
Compare
Choose a tag to compare

Version 1.9.6 (2022-12-06)

🐛 FIXES 🐛

  • Fixed error where some repaired layers are not displayed

1.9.5

18 Oct 08:49
Compare
Choose a tag to compare

Version 1.9.5 (2022-10-18)

⚡️ IMPROVEMENTS ⚡️

  • Automatically repairs HERE vector layers with invalid GeoPackage storage
  • Handles Platform catalog with linked project in addition to home project

1.9.4

30 Jun 15:37
Compare
Choose a tag to compare

Version 1.9.4 (2022-06-30)

🐛 FIXES 🐛

  • Fixed crashes in QGIS 3.16

1.9.3

27 Jun 06:02
Compare
Choose a tag to compare

Version 1.9.3 (2022-06-27)

⚡️ IMPROVEMENTS ⚡️

  • Added search bar to query for space/layer
  • Masked AppCode, ApiKey

🐛 FIXES 🐛

  • Fixed layer ordering
  • Handled layer without home project (HomeProjectNotFound error)

1.9.2

04 Feb 16:06
Compare
Choose a tag to compare

Version 1.9.2 (2022-02-04)

🐛 FIXES 🐛

  • Fixes platform realm not updated properly via UI

1.9.1

17 Jan 14:32
Compare
Choose a tag to compare

Version 1.9.1 (2022-01-17)

⚡️ IMPROVEMENTS ⚡️

  • Handles multiple Platform credentials and realms

🐛 FIXES 🐛

  • Resolves "RuntimeError: wrapped C/C++ object of type has been deleted"
  • Logs authentication error traceback

1.9.0

15 Nov 19:58
Compare
Choose a tag to compare

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