Opened 6 years ago
Last modified 6 years ago
#17379 closed enhancement
add more deprecated tag rules (footway / sauna) — at Initial Version
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.02 |
Component: | Core validator | Version: | |
Keywords: | amenity leisure sauna footway sidewalk | Cc: |
Description
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
...
52 "old": {"amenity": "sauna"},
53 "replace": {"leisure": "sauna"}
...
128 "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"},
149 "replace": {"sidewalk": "separate"}
...