# 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=GeoHey Toolbox
qgisMinimumVersion=4.0
qgisMaximumVersion=4.99
description=China coordinate system converter (WGS84, GCJ02, BD09)
version=0.5.0
author=GeoHey
email=sshuair@gmail.com

about=坐标转换工具箱：支持 WGS84、GCJ02（火星坐标）、BD09（百度坐标）之间的六向互转。

tracker=https://github.com/GeoHey-Team/qgis-geohey-toolbox/issues
repository=https://github.com/GeoHey-Team/qgis-geohey-toolbox

changelog=0.5.0
    - Port to QGIS 4 (Qt6/PyQt6)
    - Use qgis.PyQt compatibility shim
    - Refactor: single base class for all 6 algorithms
    - Add Z-coordinate preservation
    - Use WKB type enums instead of magic numbers
    - Remove Python 2 compatibility imports

tags=China, vector, coordinate, GCJ02, WGS84, BD09, 火星坐标, 百度坐标

homepage=https://github.com/GeoHey-Team/qgis-geohey-toolbox
category=Analysis
icon=icon.png
# experimental flag
experimental=False

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

