Opened 7 years ago

Last modified 6 years ago

#17379 closed enhancement

add more deprecated tag rules (footway / sauna) — at Version 2

Reported by: anonymous Owned by: team
Priority: normal Milestone: 19.02
Component: Core validator Version:
Keywords: amenity leisure sauna footway sidewalk Cc:

Description (last modified by Don-vip)

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 (2)

comment:1 by Don-vip, 7 years ago

Keywords: amenity leisure sauna footway sidewalk added
Milestone: 19.02

comment:2 by Don-vip, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.