Add field and preset for accessible parking (close #7465)

Add Type field and search terms to Parking Space
Add parking-specific capacity field
Deprecate `disabled_spaces`
This commit is contained in:
Quincy Morgan
2020-03-26 11:28:53 -07:00
parent 62607e1e1d
commit 2a1fbcc3b8
13 changed files with 107 additions and 8 deletions
+4
View File
@@ -375,6 +375,10 @@
"old": {"direction": "West"},
"replace": {"direction": "W"}
},
{
"old": {"disabled_spaces":"*"},
"replace": {"capacity:disabled": "$1"}
},
{
"old": {"drinkable": "*"},
"replace": {"drinking_water": "$1"}