﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
22335	Warn against toilet=* instead of toilets=*	Famlam	team	"Per the wiki page of [https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets#Toilets_within_places amenity=toilets]:
> Please do not use toilet=yes (singular).

There are about [https://taginfo.openstreetmap.org/keys/toilet?filter=ways#overview 5k instances of toilet], of which 4k ways in combination with `building=*` and 1k nodes.

Perhaps it is possible to add the following rule to JOSM:
{{{
#!rule
*[toilet] {
  throwWarning: tr(""{0} is deprecated"", ""{0.key}"");
  suggestAlternative: ""toilets"";
  group: tr(""deprecated tagging"");
}
}}}

Originally filed at https://github.com/osm-fr/osmose-backend/issues/1447"	enhancement	closed	normal	22.09	Core validator		fixed	toilet toilets	
