mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
add presets for tourism=information subtags
* guidepost * board * map * office
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
5
data/presets/fields/board_type.json
Normal file
5
data/presets/fields/board_type.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "board_type",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
5
data/presets/fields/map_size.json
Normal file
5
data/presets/fields/map_size.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "map_size",
|
||||
"type": "typeCombo",
|
||||
"label": "Coverage"
|
||||
}
|
||||
5
data/presets/fields/map_type.json
Normal file
5
data/presets/fields/map_type.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "map_type",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
15
data/presets/presets/tourism/information/board.json
Normal file
15
data/presets/presets/tourism/information/board.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"board_type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "board"
|
||||
},
|
||||
"name": "Information Board"
|
||||
}
|
||||
15
data/presets/presets/tourism/information/guidepost.json
Normal file
15
data/presets/presets/tourism/information/guidepost.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "guidepost"
|
||||
},
|
||||
"name": "Guidepost"
|
||||
}
|
||||
16
data/presets/presets/tourism/information/map.json
Normal file
16
data/presets/presets/tourism/information/map.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"map_type",
|
||||
"map_size"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "map"
|
||||
},
|
||||
"name": "Map"
|
||||
}
|
||||
17
data/presets/presets/tourism/information/office.json
Normal file
17
data/presets/presets/tourism/information/office.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "office"
|
||||
},
|
||||
"name": "Tourist Information Office"
|
||||
}
|
||||
@@ -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
25
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user