forked from NationalSecurityAgency/qgis-kmltools-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
28 lines (28 loc) · 1.53 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[general]
name=KML Tools
qgisMinimumVersion=3.2
description=Fast KML/KMZ importer with description field expansion
version=3.0.9
author=C Hamilton
about=
The native QGIS KML importer creates separate layers for each folder within a KML. If there are hundreds of layers, the import can be very slow or can crash QGIS. This plugin only creates one point layer, one line layer, and one polygon layer. It adds the nested folder structure to a field in the QGIS layer. This makes the KML/KMZ import very quick. An additional tool looks at the KML description field to see if there are two column tables with entries, "tag=value" pairs, or "tag: value" pairs that could be expanded into table fields.
tracker=https://github.com/NationalSecurityAgency/qgis-kmltools-plugin/issues
repository=https://github.com/NationalSecurityAgency/qgis-kmltools-plugin
tags=kml,kmz,points,lines,polygons,conversion,html
homepage=https://github.com/NationalSecurityAgency/qgis-kmltools-plugin
category=Vector
icon=icon.png
experimental=False
deprecated=False
changelog=
3.0.9 - Fixed QgsProcessingException undefined error
3.0.8 - Support kml prefix
3.0.7 - Added Z dimension for polygons and fixed a bug
3.0.6 - Added Z dimension for points and lines
3.0.5 - Added extended data extraction
3.0.4 - Added additional multi-geometry support
3.0.3 - Provide support for multi-geometry line strings
3.0.2 - Added tag: value attribute table expansion
3.0.1 - Added tag=value attribute table expansion
3.0.0 - Initial release