mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
Add shrub preset (close #7482)
This commit is contained in:
@@ -6563,6 +6563,11 @@ en:
|
||||
name: Shingle
|
||||
# 'terms: beach,gravel,pebbles,riverbed,rounded rock fragments'
|
||||
terms: '<translate with synonyms or related terms for ''Shingle'', separated by commas>'
|
||||
natural/shrub:
|
||||
# natural=shrub
|
||||
name: Shrub
|
||||
# 'terms: bush,scrub'
|
||||
terms: '<translate with synonyms or related terms for ''Shrub'', separated by commas>'
|
||||
natural/spring:
|
||||
# natural=spring
|
||||
name: Spring
|
||||
|
||||
@@ -823,6 +823,7 @@
|
||||
"natural/scree": {"geometry": ["area"], "tags": {"natural": "scree"}, "terms": ["loose rocks"], "name": "Scree"},
|
||||
"natural/scrub": {"geometry": ["area"], "tags": {"natural": "scrub"}, "terms": ["bush", "shrubs"], "name": "Scrub"},
|
||||
"natural/shingle": {"geometry": ["area"], "tags": {"natural": "shingle"}, "terms": ["beach", "gravel", "pebbles", "riverbed", "rounded rock fragments"], "name": "Shingle"},
|
||||
"natural/shrub": {"icon": "maki-park", "fields": ["height"], "moreFields": ["species/wikidata"], "geometry": ["point", "vertex"], "tags": {"natural": "shrub"}, "terms": ["bush", "scrub"], "name": "Shrub"},
|
||||
"natural/spring": {"icon": "maki-water", "fields": ["name", "drinking_water", "intermittent"], "geometry": ["point", "vertex"], "tags": {"natural": "spring"}, "terms": ["aquifer", "hydro", "seep", "water source"], "name": "Spring"},
|
||||
"natural/stone": {"icon": "temaki-boulder1", "fields": ["name"], "geometry": ["point", "area"], "tags": {"natural": "stone"}, "terms": ["boulder", "stone", "rock"], "name": "Unattached Stone / Boulder"},
|
||||
"natural/tree_row": {"icon": "temaki-tree_row", "fields": ["leaf_type", "leaf_cycle", "denotation"], "geometry": ["line"], "tags": {"natural": "tree_row"}, "terms": [], "name": "Tree Row"},
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "maki-park",
|
||||
"fields": [
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "shrub"
|
||||
},
|
||||
"terms": [
|
||||
"bush",
|
||||
"scrub"
|
||||
],
|
||||
"name": "Shrub"
|
||||
}
|
||||
@@ -801,6 +801,7 @@
|
||||
{"key": "natural", "value": "scree", "description": "🄿 Scree", "object_types": ["area"]},
|
||||
{"key": "natural", "value": "scrub", "description": "🄿 Scrub", "object_types": ["area"]},
|
||||
{"key": "natural", "value": "shingle", "description": "🄿 Shingle", "object_types": ["area"]},
|
||||
{"key": "natural", "value": "shrub", "description": "🄿 Shrub", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/park-15.svg"},
|
||||
{"key": "natural", "value": "spring", "description": "🄿 Spring", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/water-15.svg"},
|
||||
{"key": "natural", "value": "stone", "description": "🄿 Unattached Stone / Boulder", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/boulder1.svg"},
|
||||
{"key": "natural", "value": "tree_row", "description": "🄿 Tree Row", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tree_row.svg"},
|
||||
|
||||
Vendored
+4
@@ -8196,6 +8196,10 @@
|
||||
"name": "Shingle",
|
||||
"terms": "beach,gravel,pebbles,riverbed,rounded rock fragments"
|
||||
},
|
||||
"natural/shrub": {
|
||||
"name": "Shrub",
|
||||
"terms": "bush,scrub"
|
||||
},
|
||||
"natural/spring": {
|
||||
"name": "Spring",
|
||||
"terms": "aquifer,hydro,seep,water source"
|
||||
|
||||
Reference in New Issue
Block a user