From 626c9f8c4e4669d3880ff80e4548a9aacd2c1a41 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Jun 2018 14:15:38 -0400 Subject: [PATCH] Add icons for landuse=religious and landuse=churchyard --- data/presets/presets.json | 2 ++ data/presets/presets/landuse/churchyard.json | 3 ++- data/presets/presets/landuse/religious.json | 1 + data/taginfo.json | 6 ++++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index a35cc220c..c8036363c 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -8841,6 +8841,7 @@ "name": "Cemetery" }, "landuse/churchyard": { + "icon": "maki-religious-christian", "fields": [ "name", "religion", @@ -9655,6 +9656,7 @@ "name": "Recreation Ground" }, "landuse/religious": { + "icon": "maki-place-of-worship", "geometry": [ "area" ], diff --git a/data/presets/presets/landuse/churchyard.json b/data/presets/presets/landuse/churchyard.json index ad7ac9d90..1277c9507 100644 --- a/data/presets/presets/landuse/churchyard.json +++ b/data/presets/presets/landuse/churchyard.json @@ -1,4 +1,5 @@ { + "icon": "maki-religious-christian", "fields": [ "name", "religion", @@ -12,4 +13,4 @@ }, "terms": [], "name": "Churchyard" -} \ No newline at end of file +} diff --git a/data/presets/presets/landuse/religious.json b/data/presets/presets/landuse/religious.json index 10232f125..d266dfbe4 100644 --- a/data/presets/presets/landuse/religious.json +++ b/data/presets/presets/landuse/religious.json @@ -1,4 +1,5 @@ { + "icon": "maki-place-of-worship", "geometry": [ "area" ], diff --git a/data/taginfo.json b/data/taginfo.json index 883910bf9..5d051e4f3 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -3867,7 +3867,8 @@ "description": "Churchyard", "object_types": [ "area" - ] + ], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/religious-christian-15.svg?sanitize=true" }, { "key": "landuse", @@ -4164,7 +4165,8 @@ "description": "Religious Area", "object_types": [ "area" - ] + ], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/place-of-worship-15.svg?sanitize=true" }, { "key": "landuse",