# 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=PosiView
about=Track multiple objects and vehicles and display them as shapes and points on the canvas
description=PosiView tracks multiple mobile objects and vehicles and displays their position on the canvas
qgisMinimumVersion=3.0
version=0.89.2
author=Jens Renken (Marum, University of Bremen)
email=renken@marum.de

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.89.2 (2018-10-01)
    - properly decode strings from TCP device
    - handle unicode decoding exceptions
  0.89.1 (2018-07-06)
    - rotate vehicles when when canvas north is not direction up
    - improve size and bearing calculation
    - write altitude to logfile if available
  0.89.0 (2018-05-29)
    - upgrade to QGIS3
  0.6.0 (2018-04-25)
    - add a measure tool for distance and bearing
    - make parsers more tolerant against corrupted input
    - change font color and make format selectable in tracking display
    - increase position precision in logging files
  0.5.0 (2018-01-24)
    - fix issues related to QGIS 2.18
    - preserve tracks when configuration dialogue is executed
    - add label for displayed vehicles
    - general improvements and optimizations
    - improved documentation
  0.4.0 (2016-06-06)
    - add parser for AIS Position Report Class A and B
    - GPS parser now parses also GGA and GLL sentences
    - draw track always below the vehicle
    - reduce trackpoint size
  0.3.0 (2016-02-23)
    - messagebar notification about loss of position fix
    - remember coordinate format in statusbar and guidance window
    - restart recording after changing properties if it was running before
  0.2.3 (2016-01-06)
    - add UTC clock display to guidance window
    - minor fixes and optimizations
  0.2.2 (2015-12-11)
    - fix crash that sometimes happened on project unloading
    - change names of the docking windows
  0.2.1 (2015-12-09)
    - get rid of the qgis_customwidgets dependency at runtime
    - check if model index is valid before populating provider and mobile views
    - do not update track if track length is set to 0
    - instantly update position display on format change in guidance window and fix lat/lon interchange in decimal degree format 
    - calculate shape size more precisely
  0.2.0 (2015-10-29)
    - extend the bounding rectangle to cover also rotated shapes
    - more robust handling of incoming data
    - set default value for invalid data to -9999.9 instead of 0.0
  0.1.9 (2015-10-23)
    - calculate distance and bearing only if both positions are valid
    - clear heading and distance display in guidance dock if source or target is changed
    - hide so far unused items in configuration dialog
    - dock window visibility on startup
    
# Tags are comma separated with spaces allowed
tags=tracking, network, real time, mapcanvas

homepage=http://www.marum.de/Meerestechnik.html
tracker=https://github.com/jrenken/qgis-PosiView/issues
repository=https://github.com/jrenken/qgis-PosiView
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

