[general]
name=OpenDRIVE Map Viewer
qgisMinimumVersion=3.30
description=This plugin adds support to visualize OpenDRIVE maps to QGIS.
version=0.0.2
author=Clemens Zangl
email=clemens.zangl@gmail.com
about=This plugin is a viewer that supports visualization of OpenDRIVE map files (*.xodr).
    It has been developed using the OpenDRIVE 1.8.1 specification.

    This QGIS plugin requires several Python dependencies to be installed.
    Refer to https://github.com/Danaozhong/odrviewer for instructions on how
    to install them.

    Some code has been taken from https://github.com/driskai/pyxodr published under the MIT license.
tracker=https://github.com/Danaozhong/odrviewer/issues
repository=https://github.com/Danaozhong/odrviewer
homepage=https://clemenszangl.de
# End of mandatory metadata

# Recommended items:
hasProcessingProvider=false
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=OpenDRIVE,ADAS,Automotive

# experimental flag
experimental=true

# 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=qpip

Category of the plugin: Raster, Vector, Database or Web
category=Vector

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