Convert pasted text (lat/lon, JSON, GeoJSON, WKT) into temporary geometry layers. Works with both QGIS 3 and QGIS 4.
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
Plugin Tags