# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Place Marker
qgisMinimumVersion=3.0
description=Place Marker provides a convenient way of adding placemarks to a vector layer.
version=0.8.1
author=Jens Renken (Marum, University of Bremen)
email=renken@marum.de

about=Place Marker provides a quick and easy way of creating point layers and adding features with preset attributes.
    Unlike using the built-in editing tools, the created layer contains the necessary attributes, and newly added features are
    committed directly to the data store and should be available immediately on other QGIS instances. 
    It addresses to usage scenarios where QGIS in conjunction with the "PosiView" plugin serves as an online visualization
    and navigation tool, e.g for scientific subsea surveys with remotely operated or autonomous vehicles.
    It allows marking and sharing interesting places and events during the dive.

tracker=https://github.com/jrenken/qgis-PlaceMarker/issues
repository=https://github.com/jrenken/qgis-PlaceMarker
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:

changelog=0.8.1 (2018-07-06)
    - fix layer type filter 
    0.8.0 (2018-05-31)
    - migrate to QGIS3
    0.2.0 (2016-02-26)
    - fix recursion bug when adding new layer
    - add custom maptool to show the clicked point 
    0.1.0 (2015-12-22)
    - first experimental release

# Tags are comma separated with spaces allowed
tags=feature, point, vector

homepage=http://www.marum.de/Meerestechnik.html
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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