mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add Valley preset
This commit is contained in:
@@ -5208,6 +5208,11 @@ en:
|
||||
# natural=tree_row
|
||||
name: Tree Row
|
||||
terms: '<translate with synonyms or related terms for ''Tree Row'', separated by commas>'
|
||||
natural/valley:
|
||||
# natural=valley
|
||||
name: Valley
|
||||
# 'terms: canyon,dale,dell,dene,depression,glen,gorge,gully,gulley,gultch,hollow,ravine,rift,vale'
|
||||
terms: '<translate with synonyms or related terms for ''Valley'', separated by commas>'
|
||||
natural/volcano:
|
||||
# natural=volcano
|
||||
name: Volcano
|
||||
|
||||
@@ -678,6 +678,7 @@
|
||||
"natural/spring": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["point", "vertex"], "tags": {"natural": "spring"}, "terms": [], "name": "Spring"},
|
||||
"natural/tree_row": {"icon": "maki-park", "fields": ["leaf_type", "leaf_cycle", "denotation"], "geometry": ["line"], "tags": {"natural": "tree_row"}, "terms": [], "name": "Tree Row"},
|
||||
"natural/tree": {"icon": "maki-park", "fields": ["leaf_type_singular", "leaf_cycle_singular", "denotation"], "geometry": ["point", "vertex"], "tags": {"natural": "tree"}, "terms": [], "name": "Tree"},
|
||||
"natural/valley": {"icon": "maki-triangle-stroked", "fields": ["name", "elevation", "description"], "geometry": ["vertex", "point", "line"], "tags": {"natural": "valley"}, "terms": ["canyon", "dale", "dell", "dene", "depression", "glen", "gorge", "gully", "gulley", "gultch", "hollow", "ravine", "rift", "vale"], "name": "Valley"},
|
||||
"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": ["name", "water", "intermittent"], "moreFields": ["salt", "tidal"], "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"},
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"elevation",
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "valley"
|
||||
},
|
||||
"terms": [
|
||||
"canyon",
|
||||
"dale",
|
||||
"dell",
|
||||
"dene",
|
||||
"depression",
|
||||
"glen",
|
||||
"gorge",
|
||||
"gully",
|
||||
"gulley",
|
||||
"gultch",
|
||||
"hollow",
|
||||
"ravine",
|
||||
"rift",
|
||||
"vale"
|
||||
],
|
||||
"name": "Valley"
|
||||
}
|
||||
@@ -656,6 +656,7 @@
|
||||
{"key": "natural", "value": "spring", "description": "🄿 Spring", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"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": "valley", "description": "🄿 Valley", "object_types": ["node", "way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/triangle-stroked-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/openstreetmap/iD/master/svg/iD-sprite/presets/waterway-canal.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -6631,6 +6631,10 @@
|
||||
"name": "Tree",
|
||||
"terms": ""
|
||||
},
|
||||
"natural/valley": {
|
||||
"name": "Valley",
|
||||
"terms": "canyon,dale,dell,dene,depression,glen,gorge,gully,gulley,gultch,hollow,ravine,rift,vale"
|
||||
},
|
||||
"natural/volcano": {
|
||||
"name": "Volcano",
|
||||
"terms": "mountain,crater"
|
||||
|
||||
Reference in New Issue
Block a user