Skip to content

Commit de5bd05

Browse files
authored
Specify values for tactile_map tag, add deprecations for map_type=tactile* (#1373)
1 parent 135ad24 commit de5bd05

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

data/deprecated.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,14 @@
11341134
"old": {"man_made": "winery"},
11351135
"replace": {"craft": "winery"}
11361136
},
1137+
{
1138+
"old": {"map_type": "tactile_map", "information": "map"},
1139+
"replace": {"information": "tactile_map"}
1140+
},
1141+
{
1142+
"old": {"map_type": "tactile_model", "information": "map"},
1143+
"replace": {"information": "tactile_model"}
1144+
},
11371145
{
11381146
"old": {"maxage": "*"},
11391147
"replace": {"max_age": "$1"}

data/fields/map_type.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"key": "map_type",
33
"type": "typeCombo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"topo": "Topographical Map",
8+
"street": "Road Map",
9+
"scheme": "Schematic Map",
10+
"toposcope": "Toposcope"
11+
}
12+
},
13+
"autoSuggestions": false,
14+
"customValues": false
515
}

0 commit comments

Comments
 (0)