add presets for tourism=information subtags

* guidepost
* board
* map
* office
This commit is contained in:
Martin Raifer
2016-11-09 11:14:22 +01:00
parent 82a0030ff0
commit 10a6719ea2
12 changed files with 222 additions and 0 deletions

View File

@@ -191,6 +191,9 @@ en:
stemcells: stem cell samples
# 'blood:=whole'
whole: whole blood
board_type:
# board_type=*
label: Type
boundary:
# boundary=*
label: Type
@@ -583,6 +586,12 @@ en:
man_made:
# man_made=*
label: Type
map_size:
# map_size=*
label: Coverage
map_type:
# map_type=*
label: Type
maxspeed:
# maxspeed=*
label: Speed Limit
@@ -3882,6 +3891,22 @@ en:
# tourism=information
name: Information
terms: '<translate with synonyms or related terms for ''Information'', separated by commas>'
tourism/information/board:
# 'tourism=information, information=board'
name: Information Board
terms: '<translate with synonyms or related terms for ''Information Board'', separated by commas>'
tourism/information/guidepost:
# 'tourism=information, information=guidepost'
name: Guidepost
terms: '<translate with synonyms or related terms for ''Guidepost'', separated by commas>'
tourism/information/map:
# 'tourism=information, information=map'
name: Map
terms: '<translate with synonyms or related terms for ''Map'', separated by commas>'
tourism/information/office:
# 'tourism=information, information=office'
name: Tourist Information Office
terms: '<translate with synonyms or related terms for ''Tourist Information Office'', separated by commas>'
tourism/motel:
# tourism=motel
name: Motel

View File

@@ -256,6 +256,11 @@
}
}
},
"board_type": {
"key": "board_type",
"type": "typeCombo",
"label": "Type"
},
"boundary": {
"key": "boundary",
"type": "combo",
@@ -806,6 +811,16 @@
"type": "typeCombo",
"label": "Type"
},
"map_size": {
"key": "map_size",
"type": "typeCombo",
"label": "Coverage"
},
"map_type": {
"key": "map_type",
"type": "typeCombo",
"label": "Type"
},
"maxspeed": {
"key": "maxspeed",
"type": "maxspeed",

View File

@@ -0,0 +1,5 @@
{
"key": "board_type",
"type": "typeCombo",
"label": "Type"
}

View File

@@ -0,0 +1,5 @@
{
"key": "map_size",
"type": "typeCombo",
"label": "Coverage"
}

View File

@@ -0,0 +1,5 @@
{
"key": "map_type",
"type": "typeCombo",
"label": "Type"
}

View File

@@ -10903,6 +10903,69 @@
},
"name": "Information"
},
"tourism/information/board": {
"fields": [
"operator",
"board_type"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "board"
},
"name": "Information Board"
},
"tourism/information/guidepost": {
"fields": [
"operator",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "guidepost"
},
"name": "Guidepost"
},
"tourism/information/map": {
"fields": [
"operator",
"map_type",
"map_size"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "map"
},
"name": "Map"
},
"tourism/information/office": {
"fields": [
"operator",
"address",
"building_area"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"tourism": "information",
"information": "office"
},
"name": "Tourist Information Office"
},
"tourism/motel": {
"icon": "lodging",
"fields": [

View File

@@ -0,0 +1,15 @@
{
"fields": [
"operator",
"board_type"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "board"
},
"name": "Information Board"
}

View File

@@ -0,0 +1,15 @@
{
"fields": [
"operator",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "guidepost"
},
"name": "Guidepost"
}

View File

@@ -0,0 +1,16 @@
{
"fields": [
"operator",
"map_type",
"map_size"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"tourism": "information",
"information": "map"
},
"name": "Map"
}

View File

@@ -0,0 +1,17 @@
{
"fields": [
"operator",
"address",
"building_area"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"tourism": "information",
"information": "office"
},
"name": "Tourist Information Office"
}

View File

@@ -2473,6 +2473,22 @@
"key": "tourism",
"value": "information"
},
{
"key": "information",
"value": "board"
},
{
"key": "information",
"value": "guidepost"
},
{
"key": "information",
"value": "map"
},
{
"key": "information",
"value": "office"
},
{
"key": "tourism",
"value": "motel"

25
dist/locales/en.json vendored
View File

@@ -805,6 +805,9 @@
"stemcells": "stem cell samples"
}
},
"board_type": {
"label": "Type"
},
"boundary": {
"label": "Type"
},
@@ -1148,6 +1151,12 @@
"man_made": {
"label": "Type"
},
"map_size": {
"label": "Coverage"
},
"map_type": {
"label": "Type"
},
"maxspeed": {
"label": "Speed Limit",
"placeholder": "40, 50, 60..."
@@ -4114,6 +4123,22 @@
"name": "Information",
"terms": ""
},
"tourism/information/board": {
"name": "Information Board",
"terms": ""
},
"tourism/information/guidepost": {
"name": "Guidepost",
"terms": ""
},
"tourism/information/map": {
"name": "Map",
"terms": ""
},
"tourism/information/office": {
"name": "Tourist Information Office",
"terms": ""
},
"tourism/motel": {
"name": "Motel",
"terms": ""