Skip to content

Commit 5014680

Browse files
authored
UK specific Post Box tagging. (#804)
adding fields for tags: post_box:type and royal_cypher
1 parent 5f39fef commit 5014680

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed

data/fields/post_box/type.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"key": "post_box:type",
3+
"type": "typeCombo",
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"pillar": "Pillar",
8+
"lamp": "Lamp",
9+
"wall": "Wall"
10+
}
11+
},
12+
"autoSuggestions": false,
13+
"customValues": false
14+
}

data/fields/royal_cypher.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"key": "royal_cypher",
3+
"type": "typeCombo",
4+
"label": "Royal Cypher",
5+
"strings": {
6+
"options": {
7+
"VR": "VR (Victoria)",
8+
"EVIIR": "EVIIR (Edward VII)",
9+
"EVIIIR": "EVIIIR (Edward VIII)",
10+
"GR": "GR (George V)",
11+
"GVIR": "GVIR (George VI)",
12+
"EIIR": "EIIR (Elizabeth II)",
13+
"CIIIR": "CIIIR (Charles III)",
14+
"scottish_crown": "Scottish Crown",
15+
"no": "No"
16+
}
17+
},
18+
"autoSuggestions": false,
19+
"customValues": false
20+
}

data/presets/amenity/post_box.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
"postal box",
4545
"postbox"
4646
],
47+
"locationSet": {
48+
"exclude": [
49+
"gb"
50+
]
51+
},
4752
"name": "Mail Drop Box"
4853
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"icon": "temaki-post_box",
3+
"locationSet": {
4+
"include": [
5+
"gb"
6+
]
7+
},
8+
"fields": [
9+
"operator",
10+
"collection_times",
11+
"post_box/type",
12+
"royal_cypher",
13+
"ref"
14+
],
15+
"moreFields": [
16+
"{amenity/post_box}",
17+
"drive_through"
18+
],
19+
"geometry": [
20+
"point",
21+
"vertex"
22+
],
23+
"tags": {
24+
"amenity": "post_box"
25+
},
26+
"name": "{amenity/post_box}"
27+
}

0 commit comments

Comments
 (0)