mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-04 12:07:54 +02:00
UK specific Post Box tagging. (#804)
adding fields for tags: post_box:type and royal_cypher
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "post_box:type",
|
||||
"type": "typeCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"pillar": "Pillar",
|
||||
"lamp": "Lamp",
|
||||
"wall": "Wall"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -44,5 +44,10 @@
|
||||
"postal box",
|
||||
"postbox"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"name": "Mail Drop Box"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "temaki-post_box",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"fields": [
|
||||
"operator",
|
||||
"collection_times",
|
||||
"post_box/type",
|
||||
"royal_cypher",
|
||||
"ref"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/post_box}",
|
||||
"drive_through"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "post_box"
|
||||
},
|
||||
"name": "{amenity/post_box}"
|
||||
}
|
||||
Reference in New Issue
Block a user