See openstreetmap/id-tagging-schema#484:
{
"old": {"highway": "cycleway", "bicycle": "no"},
"replace": {"highway": "path", "bicycle": "no"}
},
We would like to be able to disable this rule when moped!=no (or mofa!=no) is set, as these two modes of transport are also considered valid uses of a highway=cycleway in certain jurisdictions or local OSM communities.
See openstreetmap/id-tagging-schema#484:
We would like to be able to disable this rule when
moped!=no(ormofa!=no) is set, as these two modes of transport are also considered valid uses of ahighway=cyclewayin certain jurisdictions or local OSM communities.