diff --git a/data/presets/presets.json b/data/presets/presets.json index 3e9de46ee..09709c139 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": { diff --git a/data/presets/presets/natural/tree.json b/data/presets/presets/natural/tree.json new file mode 100644 index 000000000..21ebf5895 --- /dev/null +++ b/data/presets/presets/natural/tree.json @@ -0,0 +1,21 @@ +{ + "name": "tree", + "match": { + "type": [ + "point", + "vertex" + ], + "terms": [ + ], + "tags": { + "natural": "tree" + } + }, + "form": [ + { + "key": "denotation", + "type": "combo" + } + ], + "icon": "park" +} \ No newline at end of file diff --git a/data/presets/presets/order.json b/data/presets/presets/order.json index bf7293528..0e2180883 100644 --- a/data/presets/presets/order.json +++ b/data/presets/presets/order.json @@ -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",