# This file contains metadata for your plugin.

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

[general]
name=Osm Map Matching
qgisMinimumVersion=3.14.12
description=Plugin aligning route points with OpenStreetMap roads, including OSM fields
version=1.1
author=Gianluca Rossi
email=grossi@gmail.com

about=This plugin takes a vector layer of points that defines a route and creates a line layer that aligns this route with roads, streets, or paths from OpenStreetMap.

    The fields in the original OpenStreetMap data are applied to the lines in the output layer.
    
    Requires python modules networkx, geophy and heapq

tracker=https://github.com/glucawork/osm_map_matching/issues
repository=https://github.com/glucawork/osm_map_matching
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
#tags=map matching, openstreetmap, gps track, routing, route matching

homepage=https://github.com/glucawork/osm_map_matching
category=Analysis
icon=icon.png


