# This file contains metadata for your plugin.
# See https://plugins.qgis.org/docs/ for the full specification.

[general]
name=Check coordinate system
qgisMinimumVersion=3.22
# Bat buoc phai khai bao de plugin duoc nap tren QGIS 4.x (Qt6).
qgisMaximumVersion=4.99
description=Check the coordinate system of map layers / Kiểm tra hệ tọa độ của lớp bản đồ
version=2.2
author=GFD
email=hoa.lq@gfd.com.vn

about=Lists the coordinate reference system of every layer in the project as a sortable table, and automatically recognises Vietnamese VN-2000 grids (central meridian, zone width, national or local variant), UTM zones and geographic systems. Includes search, grouping by coordinate system, copy to clipboard and CSV export. The bilingual English/Vietnamese interface adapts to both light and dark themes. / Hiển thị hệ quy chiếu của mọi lớp trong dự án dưới dạng bảng, tự động nhận diện các lưới chiếu VN-2000 (kinh tuyến trục, độ rộng múi, nội bộ hay hội nhập), UTM và tọa độ địa lý. Hỗ trợ tìm kiếm, gom nhóm theo hệ tọa độ, sao chép và xuất CSV. Giao diện song ngữ Anh - Việt, tự thích ứng với giao diện sáng và tối.

tracker=https://github.com/lequynhhoa/Print-faster-coordinate-system/issues
repository=https://github.com/lequynhhoa/Print-faster-coordinate-system
# End of mandatory metadata

# Recommended items:

changelog=2.2 - Interface polish / Hoàn thiện giao diện
    - English is now shown before Vietnamese across the whole interface
    - Copy and Export CSV are disabled while the table has no rows
    2.1 - Simplified interface / Đơn giản hóa giao diện
    - Bilingual English/Vietnamese interface
    - Removed the project CRS banner, the comparison filter and the Status column
    2.0 - Major rewrite / Nâng cấp toàn diện
    - Supports QGIS 3.22+ and QGIS 4.x (Qt6) from a single code base
    - Moved from PyQt4 to the qgis.PyQt compatibility layer and fully scoped enums
    - New table-based interface that adapts to light and dark themes
    - VN-2000 detection based on PROJ parameters instead of fixed string matching
    - Added search, grouping by coordinate system and a per-layer context menu
    - Added copy to clipboard and CSV export
    0.1 - First release for QGIS 2.x / Phiên bản đầu tiên cho QGIS 2.x

# Tags are comma separated with spaces allowed
tags=crs,coordinate reference system,projection,vn-2000,vietnam,epsg,quality control,layers

homepage=https://github.com/lequynhhoa/Print-faster-coordinate-system
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

# Plugin nay khong dang ky Processing provider.
hasProcessingProvider=no
