Specify values for tactile_map tag, add deprecations for map_type=tactile* (#1373)

This commit is contained in:
tiuck 2024-11-02 15:04:56 +01:00 committed by GitHub
parent 135ad24d0d
commit de5bd05da2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View file

@ -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
}