Add waterfall preset

(closes #3608)
This commit is contained in:
Bryan Housel
2016-12-13 23:22:27 -05:00
parent 4fa754e717
commit 6bfef30ecd
7 changed files with 51 additions and 4 deletions

View File

@@ -488,7 +488,7 @@ en:
label: Handrail
height:
# height=*
label: Height (meters)
label: Height (Meters)
highway:
# highway=*
label: Type
@@ -4258,6 +4258,11 @@ en:
# waterway=water_point
name: Marine Drinking Water
terms: '<translate with synonyms or related terms for ''Marine Drinking Water'', separated by commas>'
waterway/waterfall:
# waterway=waterfall
name: Waterfall
# 'terms: fall'
terms: '<translate with synonyms or related terms for ''Waterfall'', separated by commas>'
waterway/weir:
# waterway=weir
name: Weir

View File

@@ -680,7 +680,7 @@
"height": {
"key": "height",
"type": "number",
"label": "Height (meters)"
"label": "Height (Meters)"
},
"highway": {
"key": "highway",

View File

@@ -1,5 +1,5 @@
{
"key": "height",
"type": "number",
"label": "Height (meters)"
"label": "Height (Meters)"
}

View File

@@ -12207,6 +12207,23 @@
},
"name": "Marine Drinking Water"
},
"waterway/waterfall": {
"icon": "water",
"fields": [
"height",
"width"
],
"geometry": [
"vertex"
],
"terms": [
"fall"
],
"tags": {
"waterway": "waterfall"
},
"name": "Waterfall"
},
"waterway/weir": {
"icon": "dam",
"geometry": [

View File

@@ -0,0 +1,17 @@
{
"icon": "water",
"fields": [
"height",
"width"
],
"geometry": [
"vertex"
],
"terms": [
"fall"
],
"tags": {
"waterway": "waterfall"
},
"name": "Waterfall"
}

View File

@@ -2736,6 +2736,10 @@
"key": "waterway",
"value": "water_point"
},
{
"key": "waterway",
"value": "waterfall"
},
{
"key": "waterway",
"value": "weir"

View File

@@ -1066,7 +1066,7 @@
"label": "Handrail"
},
"height": {
"label": "Height (meters)"
"label": "Height (Meters)"
},
"highway": {
"label": "Type"
@@ -4454,6 +4454,10 @@
"name": "Marine Drinking Water",
"terms": ""
},
"waterway/waterfall": {
"name": "Waterfall",
"terms": "fall"
},
"waterway/weir": {
"name": "Weir",
"terms": ""