# Mandatory items:

[general]
name=OSM Data Sync
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
version=0.3.1

author=Christopher Hilfing, Hanna Wildermuth, Stefan Keller
email=geometalab@ost.ch

description=Maintain an own local dataset whith local attributes while keeping it in sync with OpenStreetMap (OSM)

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.

    The plugin has two main functions:

    • Iterate forth and back through the features of the layer (similar to Go2NextFeature).
    • 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.
    
    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.

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
supportsQt6=True
deprecated=False
hasProcessingProvider=no

changelog=
    0.3.1 2026-02-27: Improve structure of 'about'
    0.3.0 2026-02-16: Change QT usage to support QT6
    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.
