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

[general]
name=Nominatim Locator Filter
description=This is a plugin which adds a Nominatim Locator Filter to QGIS
about=Nominatim is a free Geocoder service provided by the OpenStreetMap project.
    A Locator Filter implements the fetching of data from internal or external sources.

    Because it is *NOT* allowed to use the Nominatim service as a 'search as you type' service,
    the locator will not fire a request unless you end your string with a space or enter.

version=0.2.1
qgisMinimumVersion=3.0
author=Richard Duivenvoorde, Zuidt
email=richard@zuidt.nl

# Tags are comma separated with spaces allowed
tags=geocoder, locator, filter, osm, nominatim

tracker=https://github.com/rduivenvoorde/nominatim_locator_filter/issues
homepage=https://github.com/rduivenvoorde/nominatim_locator_filters
repository=https://github.com/rduivenvoorde/nominatim_locator_filter

changelog=
    0.2.1       fix repo url, fix name in metadata.txt
    0.2.0       initial public release

category=Filter

# experimental flag
experimental=True

# change icon
icon=icons/icon.svg
