# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.
# Mandatory items:

[general]
name=HERE Maps for QGIS
qgisMinimumVersion=3.0
description=Connect QGIS to Interactive Map Layers in the HERE Platform (https://platform.here.com) and your personal spaces in HERE Data Hub.
version=1.9.10
author=HERE Europe B.V.
email=huyminh.nguyen@here.com

about=HERE Maps for QGIS is a QGIS plugin which can be used to visualize, edit and analyze data from Interactive Map Layer inside the HERE Platform (https://platform.here.com) and from HERE Data Hub spaces directly on a map.



# unquote url
tracker=https://github.com/heremaps/xyz-qgis-plugin/issues
repository=https://github.com/heremaps/xyz-qgis-plugin
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=HERE, Platform, HERE Platform, Interactive Map Layer, IML, cloud, storage, connector, api, vector, layer, upload, download, tile, basemap, XYZ, Data Hub, QGIS, GIS

homepage=https://github.com/heremaps/xyz-qgis-plugin
category=Plugins
icon=images/xyz.png

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

changelog=Version 1.9.10 (2025-07-17)

    🐛 FIXES 🐛
    * Updated map tiles URL, avoid rate limit issue in deprecated endpoint
    * Attempt to fix "ValueError: math domain error" during tile loading

    ⚡️ IMPROVEMENTS ⚡️
    * Supported delta layer via `context` parameter in IML request

    * .. more details on Github repos