Merge pull request #8002 from mikenath223/deprecate-seats

Deprecate bench:seats for bench:capacity
This commit is contained in:
Quincy Morgan
2020-09-21 09:34:42 -04:00
committed by GitHub
+4
View File
@@ -227,6 +227,10 @@
"old": {"barrier": "wood_fence"},
"replace": {"barrier": "fence", "fence_type": "wood"}
},
{
"old": {"amenity": "bench", "capacity": "*"},
"replace": {"amenity": "bench", "seats": "$1"}
},
{
"old": {"bicycle:oneway": "*"},
"replace": {"oneway:bicycle": "$1"}