From 1ec672c4c239d0e3adb7aad53bee7359feb2a39a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 8 May 2017 09:20:52 -0400 Subject: [PATCH] Fix boundary stone icon --- data/presets/presets.json | 2 +- data/presets/presets/historic/boundary_stone.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 67be27321..c32962a26 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -6243,7 +6243,7 @@ "name": "Archaeological Site" }, "historic/boundary_stone": { - "icon": "poi-monument", + "icon": "monument", "fields": [ "inscription" ], diff --git a/data/presets/presets/historic/boundary_stone.json b/data/presets/presets/historic/boundary_stone.json index 9837ca301..b9b7e1b99 100644 --- a/data/presets/presets/historic/boundary_stone.json +++ b/data/presets/presets/historic/boundary_stone.json @@ -1,5 +1,5 @@ { - "icon": "poi-monument", + "icon": "monument", "fields": [ "inscription" ],