Merge pull request #5953 from matkoniecz/JOSM_validator_rules_import

add amenity=toilet to amenity=toilets validator rule
This commit is contained in:
Quincy Morgan
2019-02-24 13:13:47 -05:00
committed by GitHub

View File

@@ -64,6 +64,10 @@
"old": {"amenity": "swimming_pool"},
"replace": {"leisure": "swimming_pool"}
},
{
"old": {"amenity": "toilet"},
"replace": {"amenity": "toilets"}
},
{
"old": {"amenity": "vending_machine", "vending": "news_papers"},
"replace": {"amenity": "vending_machine", "vending": "newspapers"}