From 7a00c896b2b5df3999dd18011559d9effddd66eb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Mar 2013 14:36:57 -0800 Subject: [PATCH] Add tree preset --- data/presets/presets.json | 50 ++++++++++++++++++-------- data/presets/presets/natural/tree.json | 21 +++++++++++ data/presets/presets/order.json | 3 +- 3 files changed, 58 insertions(+), 16 deletions(-) create mode 100644 data/presets/presets/natural/tree.json 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",