From 1e1e44f9df8dcb15df4b2740949fcc1cc6621e2a Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sat, 4 May 2019 18:24:20 +0200 Subject: [PATCH 1/2] Add rock preset --- data/presets/presets/natural/rock.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/presets/presets/natural/rock.json diff --git a/data/presets/presets/natural/rock.json b/data/presets/presets/natural/rock.json new file mode 100644 index 000000000..150a6151a --- /dev/null +++ b/data/presets/presets/natural/rock.json @@ -0,0 +1,15 @@ +{ + "fields": [ + "name" + ], + "geometry": [ + "point" + ], + "tags": { + "natural": "rock" + }, + "terms": [ + "Rock" + ], + "name": "Boulder" +} From b41fef1eaf51c9f72af0db290c604917848c9630 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sat, 4 May 2019 19:01:44 +0200 Subject: [PATCH 2/2] actually, a boulder may be mapped as an area as well --- data/presets/presets/natural/rock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/presets/presets/natural/rock.json b/data/presets/presets/natural/rock.json index 150a6151a..e63e85c92 100644 --- a/data/presets/presets/natural/rock.json +++ b/data/presets/presets/natural/rock.json @@ -3,7 +3,8 @@ "name" ], "geometry": [ - "point" + "point", + "area" ], "tags": { "natural": "rock"