Skip to content

Commit

Permalink
Merge pull request #5953 from matkoniecz/JOSM_validator_rules_import
Browse files Browse the repository at this point in the history
add amenity=toilet to amenity=toilets validator rule
  • Loading branch information
quincylvania authored Feb 24, 2019
2 parents bc3bf88 + bb6ef8b commit f5d61a3
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 f5d61a3

Please sign in to comment.