# This file contains metadata for your plugin.

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

[general]
name=IdentifProj
qgisMinimumVersion=3.0
description=This QGIS plugin is an easy way to guess which map projection has been used for a location.
version=0.5.1
author=Leonie Leroux & Jacques Beilin - ENSG-Geomatique
email=leonie.leroux@ensg.eu, jacques.beilin@ensg.eu

about=This QGIS plugin is an easy way to guess which map projection has been used for a location.<br><br>The plugin has 3 use cases :<br>- type projected coordinates and get all thez possible points all over the world<br>- click on a location on the map and find all the possible projected coordinates<br>- draw a bbox and find all the projected bboxes<br><br>With Point2Coord and BBox2Coord, it is possible to filter results by projection type and/or country, area name or country trigram. <br><br>IMPORTANT: at the first start, the plugin will build its CRS database from Qgis CRS list. It can last au couple of minutes but it will only happen one time.<br><br>This plugin has been initially developed during a third year engineering project at ENSG (https://www.ensg.eu)<br><br>Licence : open licence 2.0 

tracker=https://gitlab.com/leo.lrx/IdentifProj/-/issues
repository=https://gitlab.com/leo.lrx/IdentifProj
# End of mandatory metadata

changelog=0.5.1 maintenance release
   0.5 Possibility to filter Point2Coord and BBox2Coord on projection type and/or country, area name or trigram
   0.4 Refactor BBox2Coord for performance, filter projection types in Point2Coord and BBox2Coord, legend based on projection type for Coord2Point
   0.3 Bug correction
   0.2 Bug correction
   0.1 Initial release

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=geodesy,CRS,projection,coordinates,longitude,latitude,easting,northing,UTM,Mercator,lcc,merc

homepage=https://gitlab.com/leo.lrx/IdentifProj
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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

