Skip to content

Commit

Permalink
Specify values for tactile_map tag, add deprecations for map_type=tac…
Browse files Browse the repository at this point in the history
…tile* (#1373)
  • Loading branch information
tiuck authored Nov 2, 2024
1 parent 135ad24 commit de5bd05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,14 @@
"old": {"man_made": "winery"},
"replace": {"craft": "winery"}
},
{
"old": {"map_type": "tactile_map", "information": "map"},
"replace": {"information": "tactile_map"}
},
{
"old": {"map_type": "tactile_model", "information": "map"},
"replace": {"information": "tactile_model"}
},
{
"old": {"maxage": "*"},
"replace": {"max_age": "$1"}
Expand Down
12 changes: 11 additions & 1 deletion data/fields/map_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"key": "map_type",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"topo": "Topographical Map",
"street": "Road Map",
"scheme": "Schematic Map",
"toposcope": "Toposcope"
}
},
"autoSuggestions": false,
"customValues": false
}

0 comments on commit de5bd05

Please sign in to comment.