# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Avenza Maps's KML/KMZ File Importer
qgisMinimumVersion=3.0
description=This plugin import features from KML e KMZ files from Avenza Maps
version=1.3
author=Andrés de M. Leite
email=leite.m.andres@gmail.com

about=<style>p.trad {text-align: center;color: blue}</style><p class="trad"><i>[Português]</i></p><p>Quando importamos arquivos KML/KMZ para o QGIS, a simbologia das características que eles carregam não é preservada.</p><p>Ícones, cores, espessuras, opacidades, etc., que podem ter sido utilizados, durante a criação de cada um. recurso, para comunicar visualmente alguma característica importante dele, acabam não sendo utilizados porque a simbologia não é preservada.</p><p>Com este plugin, todos os recursos são agrupados dentro das camadas criadas no Avenza e, dentro de cada camada, grupos separados são criadas por tipo de geometria (Ponto, Linha e Polígono) e, dentro da geometria, são categorizadas pela simbologia de suas características de estilo, facilitando visualmente a análise geográfica.</p><p>As feições de ponto são importadas utilizando os mesmos ícones disponíveis no <a href="https://store.avenza.com/">App Avenza Maps</a>.</p><p>As trilhas que foram criadas no Avenza serão adicionadas ao QGIS em dois grupos de geometria: <b>Linha</b> e <b>Ponto</b>. A camada de pontos contém todos os dados de cada ponto daquela trilha em sua tabela de atributos: <i>velocidade, quando, ângulos, precisão_horizontal,</i> etc. E usa um "Alvo" como ícone.</p> <p><b>AVISO:</b> Este plugin foi desenvolvido especificamente para importar arquivos KML e KMZ <mark>exportados pelo Avenza</mark>. <ins>Provavelmente não funcionará com outros arquivos KML/KMZ criados por outros aplicativos!</p><p class="trad"><i>[English]</i></p><p>When we import KML/KMZ files into QGIS, the symbology of the features they carry is not preserved.</p><p>Icons, colors, thicknesses, opacities, etc., which may have been used, during the creation of each feature, to visually communicate some important characteristic of it, end up unused because the symbology is not preserved.</p><p>With this plugin, all features are grouped within the layers created in Avenza and, within each layer, separate groups are created by geometry type (Point, Line and Polygon) and, within the geometry, they are categorized by their style characteristics symbology, visually facilitating geographic analysis.</p><p>Point features are imported using the same icons available in the <a href="https://store.avenza.com/">Avenza Maps App</a>.</p><p>The Tracks that were created in Avenza will be added to QGIS in two geometry groups: <b>Line</b> and <b>Point</b>. The points layer contains all the data for each point on that track in its attribute table: <i>speed, when, angles, horizontal_accuracy,</i> etc. And it uses a "Target" as an icon.</p><p><b>WARNING:</b> This plugin was specifically developed to import KML and KMZ files <mark>exported by Avenza</mark>. <ins>It probably won't work with other KML/KMZ files created by other applications!</ins></p>

tracker=https://github.com/lakto69/avenza_kmz_importer/issues
repository=https://github.com/lakto69/avenza_kmz_importer
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
  Version 1.3 (03/01/2024)
  - Added English translation.
  Version 1.2 (02/11/2023)
  - Bug fixes I: point features were not being imported when there was a '<gx:Track>' type feature in the file;
  - Bug fixes II: point features without <name> or <when> tags were breaking the plugin.
  Version 1.1 (29/10/2023)
  - Adds element count to layers;
  - Add choice of automatic labeling of layer features;
  - Bug fixes;

# Tags are comma separated with spaces allowed
tags=python, import, kmz, kml, point, polygon, line, avenza

homepage=https://github.com/lakto69/avenza_kmz_importer
category=Plugins
icon=icon.ico
# experimental flag
experimental=True

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

