From 6b77116303d227f2ed3bf0663addb6d9b194c6cb Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 7 Nov 2016 01:21:15 -0500 Subject: [PATCH] Add religious-christian icon to wayside_cross preset --- data/presets/presets.json | 1 + data/presets/presets/historic/wayside_cross.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index de79a65fa..a27ac3b8d 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5557,6 +5557,7 @@ "name": "Ruins" }, "historic/wayside_cross": { + "icon": "religious-christian", "geometry": [ "point", "vertex", diff --git a/data/presets/presets/historic/wayside_cross.json b/data/presets/presets/historic/wayside_cross.json index b706533b6..16cd3a66f 100644 --- a/data/presets/presets/historic/wayside_cross.json +++ b/data/presets/presets/historic/wayside_cross.json @@ -1,4 +1,5 @@ { + "icon": "religious-christian", "geometry": [ "point", "vertex", @@ -8,4 +9,4 @@ "historic": "wayside_cross" }, "name": "Wayside Cross" -} \ No newline at end of file +}