mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Add leisure=nature_reserve preset (closes #2496)
This commit is contained in:
@@ -207,6 +207,7 @@ path.stroke.tag-natural-wood,
|
||||
path.stroke.tag-natural-tree,
|
||||
path.stroke.tag-natural-grassland,
|
||||
path.stroke.tag-natural-grass,
|
||||
path.stroke.tag-leisure-nature_reserve,
|
||||
path.stroke.tag-leisure-pitch,
|
||||
path.stroke.tag-leisure-park {
|
||||
stroke: rgb(140, 208, 95);
|
||||
@@ -216,6 +217,7 @@ path.fill.tag-natural-wood,
|
||||
path.fill.tag-natural-tree,
|
||||
path.fill.tag-natural-grassland,
|
||||
path.fill.tag-natural-grass,
|
||||
path.fill.tag-leisure-nature_reserve,
|
||||
path.fill.tag-leisure-pitch,
|
||||
path.fill.tag-leisure-park {
|
||||
stroke: rgba(140, 208, 95, 0.3);
|
||||
@@ -226,6 +228,7 @@ path.fill.tag-leisure-park {
|
||||
.preset-icon-fill-area.tag-natural-tree,
|
||||
.preset-icon-fill-area.tag-natural-grassland,
|
||||
.preset-icon-fill-area.tag-natural-grass,
|
||||
.preset-icon-fill-area.tag-leisure-nature_reserve,
|
||||
.preset-icon-fill-area.tag-leisure-pitch,
|
||||
.preset-icon-fill-area.tag-leisure-park {
|
||||
border-color: rgb(140, 208, 95);
|
||||
|
||||
@@ -1455,6 +1455,9 @@ en:
|
||||
leisure/marina:
|
||||
name: Marina
|
||||
terms: "<translate with synonyms or related terms for 'Marina', separated by commas>"
|
||||
leisure/nature_reserve:
|
||||
name: Nature Reserve
|
||||
terms: "<translate with synonyms or related terms for 'Nature Reserve', separated by commas>"
|
||||
leisure/park:
|
||||
name: Park
|
||||
terms: "<translate with synonyms or related terms for 'Park', separated by commas>"
|
||||
|
||||
@@ -5010,6 +5010,21 @@
|
||||
},
|
||||
"name": "Marina"
|
||||
},
|
||||
"leisure/nature_reserve": {
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "nature_reserve"
|
||||
},
|
||||
"terms": [
|
||||
"protected",
|
||||
"wildlife"
|
||||
],
|
||||
"name": "Nature Reserve"
|
||||
},
|
||||
"leisure/park": {
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "nature_reserve"
|
||||
},
|
||||
"terms": [
|
||||
"protected",
|
||||
"wildlife"
|
||||
],
|
||||
"name": "Nature Reserve"
|
||||
}
|
||||
@@ -1176,6 +1176,10 @@
|
||||
"key": "leisure",
|
||||
"value": "marina"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "nature_reserve"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "park"
|
||||
|
||||
Vendored
+4
@@ -2462,6 +2462,10 @@
|
||||
"name": "Marina",
|
||||
"terms": "boat"
|
||||
},
|
||||
"leisure/nature_reserve": {
|
||||
"name": "Nature Reserve",
|
||||
"terms": "protected,wildlife"
|
||||
},
|
||||
"leisure/park": {
|
||||
"name": "Park",
|
||||
"terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"
|
||||
|
||||
Reference in New Issue
Block a user