# This file contains metadata for your plugin.

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

[general]
name=3D Arcs
qgisMinimumVersion=3.0
description=Tool to convert 2D lines to 3D Arcs
version=0.2
author=Shai Sussman
email=shai.sussman@gmail.com

about=This tool transforms 2D lines into 3D arcs, similar to Deck.gl’s 3D arc layer. The 3D data is embedded directly in the feature’s geometry, allowing users to visualize the arcs in QGIS 3D. Additionally, the 3D arcs can be exported as GeoJSON for use in other platforms that support 3D coordinates.

tracker=https://github.com/Shai2u/qgis_3d_arcs/issues
repository=https://github.com/Shai2u/qgis_3d_arcs/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=
    Version 0.1
    * first version
    Version 0.2
    * Supports non - straight lines such as metro or bus routes, the tool enables to create start-end point from those lines

# Tags are comma separated with spaces allowed
tags=python, 3D

homepage=https://github.com/Shai2u/qgis_3d_arcs/
category=Analysis
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
# category=

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

