mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Specify values for tactile_map tag, add deprecations for map_type=tactile* (#1373)
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user