# 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=IdentifProj
version=0.2
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>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

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=geodesy,CRS,projection

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

