Skip to content

Commit

Permalink
add amenity=toilet to amenity=toilets validator rule
Browse files Browse the repository at this point in the history
fixes #5952
  • Loading branch information
matkoniecz committed Feb 24, 2019
1 parent bc3bf88 commit bb6ef8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit bb6ef8b

Please sign in to comment.