Merge pull request #1834 from kreed/presets

Add stop sign preset and backrest field
This commit is contained in:
Tom MacWright
2013-09-22 09:52:37 -07:00
7 changed files with 53 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ en:
label: Type
atm:
label: ATM
backrest:
label: Backrest
barrier:
label: Type
bicycle_parking:
@@ -623,6 +625,9 @@ en:
highway/steps:
name: Steps
terms: "<translate with synonyms or related terms for 'Steps', separated by commas>"
highway/stop:
name: Stop Sign
terms: "<translate with synonyms or related terms for 'Stop Sign', separated by commas>"
highway/tertiary:
name: Tertiary Road
terms: "<translate with synonyms or related terms for 'Tertiary Road', separated by commas>"

View File

@@ -109,6 +109,11 @@
"type": "check",
"label": "ATM"
},
"backrest": {
"key": "backrest",
"type": "check",
"label": "Backrest"
},
"barrier": {
"key": "barrier",
"type": "combo",

View File

@@ -0,0 +1,5 @@
{
"key": "backrest",
"type": "check",
"label": "Backrest"
}

View File

@@ -269,6 +269,9 @@
"tags": {
"amenity": "bench"
},
"fields": [
"backrest"
],
"name": "Bench"
},
"amenity/bicycle_parking": {
@@ -2128,6 +2131,18 @@
],
"name": "Steps"
},
"highway/stop": {
"geometry": [
"vertex"
],
"tags": {
"highway": "stop"
},
"terms": [
"stop sign"
],
"name": "Stop Sign"
},
"highway/tertiary": {
"icon": "highway-tertiary",
"fields": [

View File

@@ -7,5 +7,8 @@
"tags": {
"amenity": "bench"
},
"fields": [
"backrest"
],
"name": "Bench"
}
}

View File

@@ -0,0 +1,12 @@
{
"geometry": [
"vertex"
],
"tags": {
"highway": "stop"
},
"terms": [
"stop sign"
],
"name": "Stop Sign"
}

View File

@@ -469,6 +469,9 @@
"atm": {
"label": "ATM"
},
"backrest": {
"label": "Backrest"
},
"barrier": {
"label": "Type"
},
@@ -1237,6 +1240,10 @@
"name": "Steps",
"terms": "stairs,staircase"
},
"highway/stop": {
"name": "Stop Sign",
"terms": "stop sign"
},
"highway/tertiary": {
"name": "Tertiary Road",
"terms": ""