# This file contains metadata for your plugin.

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

[general]
name=Orthogonal Measure
qgisMinimumVersion=3.0
description=Define a local orthogonal coordinate system on the map (origin + Y-axis) and construct points by entering X/Y offsets in metres.
version=0.1
author=Darko Nedic
email=office@geo-biz.com

about=Orthogonal Measure lets you place two reference points on the map canvas to define a local coordinate system. The first point becomes the origin, the second defines the positive Y-axis direction, and the X-axis is automatically set perpendicular (90° clockwise). You can then enter X and Y offsets in metres via the dialog, click "Construct Point", and the plugin will place a marker at the computed position. All constructed points can be exported to a temporary memory layer.

tracker=https://github.com/Darkonyks/ortogonal_measure/issues
repository=https://github.com/Darkonyks/ortogonal_measure
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=sketching, coordinate system, measure, orthogonal

homepage=https://github.com/Darkonyks/ortogonal_measure
category=Vector
icon=icon.png
# 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=

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

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

