[general]
name=Text2Map
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Convert pasted text (lat/lon, JSON, GeoJSON, WKT) into temporary geometry layers. Works with both QGIS 3 and QGIS 4.
version=3.1.0
author=Pradip
email=mitvhari44@gmail.com

about=Text2Map lets you quickly visualise spatial data from plain text without leaving QGIS.
  Compatible with QGIS 3.16+ (Qt5) and QGIS 4.0+ (Qt6).

  Supported input formats:
  - Decimal lat/lon pairs (comma, space, or semicolon separated; one per line)
  - DMS coordinates (Degrees Minutes Seconds)
  - JSON objects / arrays with lat/lon key variants
  - GeoJSON (FeatureCollection, Feature, or bare geometry)
  - WKT (POINT, LINESTRING, POLYGON and MULTI variants)

  Features:
  - Automatic format detection
  - Creates a temporary memory layer in EPSG:4326
  - Preserves JSON / GeoJSON properties as attribute fields
  - Custom layer naming
  - Auto-zooms map canvas to the new layer
  - Full error messages on parse failure

tracker=https://github.com/Pradipkraze/qgis_pulgins/issues
repository=https://github.com/Pradipkraze/qgis_pulgins/tree/text2map_v3
homepage=https://github.com/Pradipkraze

hasProcessingProvider=no
tags=coordinates,lat lon,latlon,geojson,wkt,json,geometry,import,text,convert,points,digitize
icon=icons/icon.png
experimental=False
deprecated=False
server=False

changelog=
  3.0.0 - Universal release (QGIS 3 + QGIS 4)
    - Added compat.py: runtime Qt5/Qt6 detection layer
    - Single codebase works on both QGIS 3.16+ and QGIS 4.0+
    - qgisMinimumVersion=3.16, qgisMaximumVersion=4.99
  2.0.0 - QGIS 4 only release
  1.1.0 - QGIS 3 bug fix release
  1.0.0 - Initial release
