mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
@@ -5098,6 +5098,11 @@ en:
|
||||
# natural=water
|
||||
name: Water
|
||||
terms: '<translate with synonyms or related terms for ''Water'', separated by commas>'
|
||||
natural/water/basin:
|
||||
# 'natural=water, water=basin'
|
||||
name: Basin
|
||||
# 'terms: detention,drain,overflow,rain,retention'
|
||||
terms: '<translate with synonyms or related terms for ''Basin'', separated by commas>'
|
||||
natural/water/canal:
|
||||
# 'natural=water, water=canal'
|
||||
name: Canal
|
||||
|
||||
@@ -661,6 +661,7 @@
|
||||
"natural/tree": {"icon": "maki-park", "fields": ["leaf_type_singular", "leaf_cycle_singular", "denotation"], "geometry": ["point", "vertex"], "tags": {"natural": "tree"}, "terms": [], "name": "Tree"},
|
||||
"natural/volcano": {"icon": "maki-volcano", "fields": ["name", "elevation", "volcano/status", "volcano/type"], "geometry": ["point", "vertex"], "tags": {"natural": "volcano"}, "terms": ["mountain", "crater"], "name": "Volcano"},
|
||||
"natural/water": {"icon": "maki-water", "fields": ["water"], "geometry": ["area"], "tags": {"natural": "water"}, "name": "Water"},
|
||||
"natural/water/basin": {"icon": "maki-water", "fields": ["name", "basin", "intermittent_yes"], "geometry": ["area"], "tags": {"natural": "water", "water": "basin"}, "reference": {"key": "water", "value": "basin"}, "terms": ["detention", "drain", "overflow", "rain", "retention"], "name": "Basin"},
|
||||
"natural/water/canal": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["area"], "tags": {"natural": "water", "water": "canal"}, "reference": {"key": "water", "value": "canal"}, "name": "Canal"},
|
||||
"natural/water/lake": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["area"], "tags": {"natural": "water", "water": "lake"}, "reference": {"key": "water", "value": "lake"}, "terms": ["lakelet", "loch", "mere"], "name": "Lake"},
|
||||
"natural/water/pond": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["area"], "tags": {"natural": "water", "water": "pond"}, "reference": {"key": "water", "value": "pond"}, "terms": ["lakelet", "millpond", "tarn", "pool", "mere"], "name": "Pond"},
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "maki-water",
|
||||
"fields": [
|
||||
"name",
|
||||
"basin",
|
||||
"intermittent_yes"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "water",
|
||||
"water": "basin"
|
||||
},
|
||||
"reference": {
|
||||
"key": "water",
|
||||
"value": "basin"
|
||||
},
|
||||
"terms": [
|
||||
"detention",
|
||||
"drain",
|
||||
"overflow",
|
||||
"rain",
|
||||
"retention"
|
||||
],
|
||||
"name": "Basin"
|
||||
}
|
||||
@@ -645,6 +645,7 @@
|
||||
{"key": "natural", "value": "tree_row", "description": "🄿 Tree Row", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/park-15.svg?sanitize=true"},
|
||||
{"key": "natural", "value": "tree", "description": "🄿 Tree", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/park-15.svg?sanitize=true"},
|
||||
{"key": "natural", "value": "volcano", "description": "🄿 Volcano", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/volcano-15.svg?sanitize=true"},
|
||||
{"key": "water", "value": "basin", "description": "🄿 Basin", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"key": "water", "value": "canal", "description": "🄿 Canal", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"key": "water", "value": "lake", "description": "🄿 Lake", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"key": "water", "value": "pond", "description": "🄿 Pond", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -6248,6 +6248,10 @@
|
||||
"name": "Water",
|
||||
"terms": ""
|
||||
},
|
||||
"natural/water/basin": {
|
||||
"name": "Basin",
|
||||
"terms": "detention,drain,overflow,rain,retention"
|
||||
},
|
||||
"natural/water/canal": {
|
||||
"name": "Canal",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user