add more deprecated tag rules (footway / sauna)
sauna
old: https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dsauna
new: https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsauna
footway= both / right / left / none
https://wiki.openstreetmap.org/wiki/Key:footway#Values
see also iD-Editor: https://github.com/openstreetmap/iD/blob/master/data/deprecated.json
{
"old": {"amenity": "sauna"},
"replace": {"leisure": "sauna"},
"old": {"footway": "both"},
"replace": {"sidewalk": "both"},
"old": {"footway": "left"},
"replace": {"sidewalk": "left"},
"old": {"footway": "no"},
"replace": {"sidewalk": "no"},
"old": {"footway": "none"},
"replace": {"sidewalk": "no"},
"old": {"footway": "right"},
"replace": {"sidewalk": "right"},
"old": {"footway": "separate"},
"replace": {"sidewalk": "separate"}
}

Change History
(12)
Keywords: |
amenity leisure sauna footway sidewalk added
|
Milestone: |
→ 19.02
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
In 14804/josm: