mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
Update loading dock fields (#1043)
This commit is contained in:
@@ -550,6 +550,10 @@
|
||||
"old": {"disabled_spaces":"*"},
|
||||
"replace": {"capacity:disabled": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"door": "loadingdock"},
|
||||
"replace": {"amenity": "loading_dock"}
|
||||
},
|
||||
{
|
||||
"old": {"drinkable": "*"},
|
||||
"replace": {"drinking_water": "$1"}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dock:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Height (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "dock:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Dock Width (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "door:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Height (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "door:width",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Door Width (Meters)"
|
||||
}
|
||||
@@ -4,15 +4,20 @@
|
||||
"ref",
|
||||
"operator",
|
||||
"access_simple",
|
||||
"door",
|
||||
"width",
|
||||
"height"
|
||||
"door"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"dock/height",
|
||||
"dock/width",
|
||||
"door/height",
|
||||
"door/width",
|
||||
"colour",
|
||||
"level",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxwidth",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user