# 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=osmSearch
qgisMinimumVersion=2.0
description=Search OpenStreetMap data by name or address using Nominating service (QGIS >= 1.9 required)
version=0.3.1

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=0.3.1
	- fix encoding problem with search text

	0.3
    - swicthed to PyQt API version 2
    
    0.2
    - autocomplete in search edit
    
    0.1
    - search Nominatim service
    - clear button in text edit
    - display results in map canvas
    - autocenter map canvas
    - display info in QgsMessageBar
    - geometry type as item icon

# tags are comma separated with spaces allowed
tags=openstreetmap

homepage=https://github.com/p0cisk/osmSearch
tracker=https://github.com/p0cisk/osmSearch/issues
repository=https://github.com/p0cisk/osmSearch
icon=icon.png
# experimental flag
experimental=True

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

# Author contact information
author=GIS Support, Piotr Pociask
email=piotr.pociask@gis-support.pl
