# This file contains metadata for your plugin.

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

[general]
name=RoadDigitizz
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99
description=Interactive road digitizing with automatic centerline and polygon creation using real-time buffer preview.
version=0.9.7
author=Dwi Wahyu Utomo
email=dwtom.dprwd@gmail.com

about=RoadDigitizz: Smart Road Digitizing for QGIS

    Draw a road centerline and let the plugin automatically create both the centerline and its road polygon, with a real-time buffer preview.
    Perfect for transportation mapping, urban planning, and GIS data creation.

    • Real-time buffer preview
    • Configurable road width
    • Multiple cap & join styles
    • Snap support & undo
    • Automatic CRS handling

    Digitize once, get both layers instantly.

tracker=https://github.com/dwtom-dprwd/RoadDigitizz/issues
repository=https://github.com/dwtom-dprwd/RoadDigitizz
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.9.7
    Added QGIS 4 compatibility. Improved plugin initialization and cleanup. Fixed Cap Style and Join Style persistence.

# Tags are comma separated with spaces allowed
tags=road,roads,digitizing,editing,buffer,centerline,transportation,polygon,mapping

homepage=https://github.com/dwtom-dprwd/RoadDigitizz
category=Vector
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=


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

