michaelvl / osm-analytic-tracker

OpenStreetMap Analytic Difference Engine
GNU General Public License v2.0
38 stars 1 forks source link

Display relation changes #16

Open Davide-sd opened 7 years ago

Davide-sd commented 7 years ago

Is there any way to display changes within a relation? It would be nice if it was possible to have a visual diff for tag changes on relation objects.

cascafico commented 5 years ago

As far I have undestood, it should be possible modifying post_labels in config.json

[snip]
        "post_labels": [
            {"regex": [{".changes.tag.osak:identifier": ""}], "label": "address-node-change"}
        ],
[snip]

Can anyone post an example? Say, monitor relations with a certain operator?