mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add tree preset
This commit is contained in:
@@ -58,6 +58,41 @@
|
||||
},
|
||||
"icon": "park"
|
||||
},
|
||||
{
|
||||
"name": "coastline",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"shore"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "coastline"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "truee",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "tree"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "denotation",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": "park"
|
||||
},
|
||||
{
|
||||
"name": "water",
|
||||
"match": {
|
||||
@@ -154,21 +189,6 @@
|
||||
},
|
||||
"icon": "park2"
|
||||
},
|
||||
{
|
||||
"name": "coastline",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"shore"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "coastline"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "island",
|
||||
"match": {
|
||||
|
||||
21
data/presets/presets/natural/tree.json
Normal file
21
data/presets/presets/natural/tree.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "tree",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "tree"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "denotation",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": "park"
|
||||
}
|
||||
@@ -1,13 +1,14 @@
|
||||
[
|
||||
"amenity/cafe",
|
||||
"leisure/park",
|
||||
"natural/coastline",
|
||||
"natural/tree",
|
||||
"natural/water",
|
||||
"natural/water/lake",
|
||||
"natural/water/pond",
|
||||
"natural/water/reservoir",
|
||||
"natural/wetland",
|
||||
"natural/wood",
|
||||
"natural/coastline",
|
||||
"place/island",
|
||||
"shop/supermarket",
|
||||
"amenity/restaurant",
|
||||
|
||||
Reference in New Issue
Block a user