Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#17379 closed enhancement (fixed)

add more deprecated tag rules (footway / sauna)

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"}
}


Attachments (1)

17379.png (85.9 KB ) - added by Don-vip 6 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 by Don-vip, 6 years ago

Keywords: amenity leisure sauna footway sidewalk added
Milestone: 19.02

comment:2 by Don-vip, 6 years ago

Description: modified (diff)

comment:3 by Don-vip, 6 years ago

Description: modified (diff)

by Don-vip, 6 years ago

Attachment: 17379.png added

comment:4 by Don-vip, 6 years ago

Description: modified (diff)

comment:5 by Don-vip, 6 years ago

Description: modified (diff)

comment:6 by Don-vip, 6 years ago

Resolution: fixed
Status: newclosed

In 14804/josm:

fix #17379 - deprecated amenity=sauna, footway=left|right|both|no|none

comment:7 by Don-vip, 6 years ago

In 14809/josm:

see #17379 - fix file

comment:8 by anonymous, 6 years ago

Thank you!

comment:9 by Klumbumbus, 6 years ago

In 14815/josm:

  • see #17383 - warn about natural=waterfall on ways and relations too
  • see #17379 - remove duplicate sidewalk warning
  • see #17379 - keep the correct tag in the validator message

comment:10 by Klumbumbus, 6 years ago

We already have footway warnings since december 2014 (#10851). They are in highway.mapcss. The graph nicely shows the impact of these warnings :)

Last edited 6 years ago by Klumbumbus (previous) (diff)

comment:11 by Don-vip, 6 years ago

thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.