# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Search & format EPSG CRS Plugin
qgisMinimumVersion=2.0
description=Plugin to search and format a coordinate reference system (CRS) in a wide variety of formats: prettywkt, wkt, mapnik, sql, esriwkt, js, proj4, gml, xml, geoserver, mapserver, etc. Searches are made on the basis of a valid EPSG code. The Plugin can also retrieve the available transformations list for a CRS as well as other basic information about the CRS, as area, type and official name. This plugin uses great website EPSG.io (http://epsg.io/). The EPSG.io website is built around the official EPSG database maintained by OGP Geomatics Committee.
version=0.4.1
author=Cayetano Benavent
email=cayetanobv@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
	0.2 Minor updates.
	
	0.3 Major update. Replace libraries: httplib2 (external) by urllib (PSL).
	
	0.4 Major update. New GUI.
    
    0.4.1 Minor update. Clean unused files.

# tags are comma separated with spaces allowed
tags=CRS, EPSG, coordinate reference system, projection, geography, WKT, Proj4, Python, format

homepage=http://www.geographica.gs/#!/en/geographica/team
tracker=
repository=https://github.com/cayetanobv/QGIS-plugin---Search-EPSG-CRS
icon=icon.png
# experimental flag
experimental=True

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

