# This file contains metadata for your plugin.

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

[general]
name=Kartverket adresse-API
qgisMinimumVersion=3.0
description=Fetch coordinates for Norwegian addresses using the Kartverket open adress-API
version=1
author=Morten Sickel
email=morten@sickel.net

about=This plugin is fetching coordinates from the Norwegian Mapping authority's adress-api at https://ws.geonorge.no/adresser/v1/#/default/get_sok. The text entered will be used for a free-text search over nearly all information on an address. Use * to match any number of characters, ? to match a single character.
    
    In case more than 10000 matches are found, only the first 10000 will be sent by the API and a warning will be shown, go to https://geonorge.no to find complete data sets.
    
    The plugin will be found under the Web menu in QGIS.


tracker=https://github.com/sickel/kartverket_adresse
repository=https://github.com/sickel/kartverket_adresse
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=1.0 Better handling of empty data sets, better description in meta data
    0.35 Giving a message when receiving 10000 points

# Tags are comma separated with spaces allowed
tags=web address geocoder norway kartverket api

homepage=https://github.com/sickel/kartverket_adresse
category=Web
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

# If the plugin can run on QGIS Server.
server=False

