# Mandatory items:

[general]
name=OSM Data Sync
qgisMinimumVersion=3.0
description=Maintain an own local dataset whith local attributes while keeping it in sync with OpenStreetMap (OSM)
version=0.2.1
author=Christopher Hilfing, Hanna Wildermuth, Stefan Keller
email=geometalab@ost.ch

about=This plugin allows a user to maintain an own local spatial vector dataset, which is strongly related to OpenStreetMap (OSM), while keeping it in sync with OSM. The dataset is being defined as an Overpass query and the dataset can contain additional, local features and features can contain additional attributes.<br><br>The plugin has two main functions:<ul><li>Iterate forth and back through the features of the layer (similar to Go2NextFeature).</li><li>Synchronize the local dataset with OSM data on user demand, which means, that it flags updated and deleted features and that it downloads new features.</li></ul><br><br>The plugin requires a simple configuration (.osmds) which is a sidecar file to the local dataset (e.g. a GeoPackage) and uses an Overpass API to retrieve the OSM data.<br>

repository=https://gitlab.com/geometalab/OSMDataSync/

# Optional items:

tracker=https://gitlab.com/geometalab/OSMDataSync/-/issues
homepage=https://gitlab.com/geometalab/OSMDataSync/-/blob/master/README.md

tags=python, vector, openstreetmap, osm, synchronization, integration, data sync
category=Vector
icon=icon.png
experimental=True
deprecated=False
hasProcessingProvider=no

changelog=
    0.2.1 2024-06-20: Update metadata
    0.2 2020-08-30: Enhancement and bug fixes.
    0.1 2020-06-16: Initial experimental release.
