UK specific Post Box tagging. (#804)

adding fields for tags: post_box:type and royal_cypher
This commit is contained in:
UKChris-osm
2023-03-01 21:30:42 +00:00
committed by GitHub
parent 5f39fef5d7
commit 5014680cde
4 changed files with 66 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"key": "post_box:type",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"pillar": "Pillar",
"lamp": "Lamp",
"wall": "Wall"
}
},
"autoSuggestions": false,
"customValues": false
}
+20
View File
@@ -0,0 +1,20 @@
{
"key": "royal_cypher",
"type": "typeCombo",
"label": "Royal Cypher",
"strings": {
"options": {
"VR": "VR (Victoria)",
"EVIIR": "EVIIR (Edward VII)",
"EVIIIR": "EVIIIR (Edward VIII)",
"GR": "GR (George V)",
"GVIR": "GVIR (George VI)",
"EIIR": "EIIR (Elizabeth II)",
"CIIIR": "CIIIR (Charles III)",
"scottish_crown": "Scottish Crown",
"no": "No"
}
},
"autoSuggestions": false,
"customValues": false
}