mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
@@ -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
|
||||
|
||||
@@ -680,7 +680,7 @@
|
||||
"height": {
|
||||
"key": "height",
|
||||
"type": "number",
|
||||
"label": "Height (meters)"
|
||||
"label": "Height (Meters)"
|
||||
},
|
||||
"highway": {
|
||||
"key": "highway",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "height",
|
||||
"type": "number",
|
||||
"label": "Height (meters)"
|
||||
"label": "Height (Meters)"
|
||||
}
|
||||
|
||||
@@ -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": [
|
||||
|
||||
17
data/presets/presets/waterway/waterfall.json
Normal file
17
data/presets/presets/waterway/waterfall.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "water",
|
||||
"fields": [
|
||||
"height",
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"fall"
|
||||
],
|
||||
"tags": {
|
||||
"waterway": "waterfall"
|
||||
},
|
||||
"name": "Waterfall"
|
||||
}
|
||||
@@ -2736,6 +2736,10 @@
|
||||
"key": "waterway",
|
||||
"value": "water_point"
|
||||
},
|
||||
{
|
||||
"key": "waterway",
|
||||
"value": "waterfall"
|
||||
},
|
||||
{
|
||||
"key": "waterway",
|
||||
"value": "weir"
|
||||
|
||||
6
dist/locales/en.json
vendored
6
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user