[general]
name=CAD To GIS Convert
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
version=1.4.0
author=Mingyi Hsu
email=skyflying07@gmail.com
about=This plugin wraps your CAD-to-GIS conversion engine into a QGIS Plugin. It supports DXF/DWG input (via ODA File Converter or LibreDWG), block-preserving merge, reprojection, and export to GPKG or Shapefile with auto-load.
homepage=https://github.com/skyflying
repository=https://github.com/skyflying/CAD_to_GIS_QGIS_Plugin
tracker=https://github.com/skyflying/CAD_to_GIS_QGIS_Plugin/issues
category=Analysis
description=CAD to GIS Converter plugin. Converts DXF/DWG into GIS layers grouped by CAD layers. Supports block-preserving merge (per-instance), reprojection, PRJ generation, export to GPKG or Shapefile, auto-load into QGIS, and optional annotation extraction.
hasProcessingProvider=yes
icon=icons/icon.ico
experimental=False
deprecated=False
tags=DWG,DXF,SHP,GPKG,Block
license=GPL-3.0-or-later
changelog=
    1.4.0 - 2025-09-05
        * Fix the bugs about export to gpkg file issue
    1.3.0 - 2025-09-05
        * Fix the bugs about using the ogr
        * Optimize execution performance
    1.2.1 - 2025-09-02
        * Reduce iterative processing and optimize execution performance
    1.2.0 - 2025-09-01
        * Fix the bugs
        * Support the ogr and ezdxf library
    1.1.0 - 2025-08-22
        * Extract TEXT/MTEXT to attributes
        * Keep block attributes
        * Added spline and hatch convert
    1.0.0 - 2025-08-18
        * Initial release