﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17379	add more deprecated tag rules (footway / sauna)	anonymous	team	"
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

{{{
#!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""}
}
}}}

[[Image(17379.png)]]"	enhancement	new	normal	19.02	Core validator			amenity leisure sauna footway sidewalk	
