From f5174f7c88d1c6f61b1894c284d7ca237bce2d29 Mon Sep 17 00:00:00 2001 From: Lukas Kronberger Date: Tue, 6 Sep 2022 22:16:32 +0200 Subject: [PATCH] [styles] Add icon for archaeological_site Signed-off-by: Lukas Kronberger --- data/styles/clear/include/Icons.mapcss | 7 ++-- .../symbols/archaeological-site-m.svg | 35 +++++++++++++++++++ .../symbols/archaeological-site-m.svg | 35 +++++++++++++++++++ data/styles/vehicle/include/Icons.mapcss | 6 ++-- 4 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 data/styles/clear/style-clear/symbols/archaeological-site-m.svg create mode 100644 data/styles/clear/style-night/symbols/archaeological-site-m.svg diff --git a/data/styles/clear/include/Icons.mapcss b/data/styles/clear/include/Icons.mapcss index 98be67ba63..9554be058b 100644 --- a/data/styles/clear/include/Icons.mapcss +++ b/data/styles/clear/include/Icons.mapcss @@ -1064,10 +1064,13 @@ area|z17-[historic=ruins][name], node|z17-[historic=fort], area|z17-[historic=fort], node|z17-[historic=castle], -area|z17-[historic=castle], +area|z17-[historic=castle] +{icon-image: remains-m.svg;} + node|z17-[historic=archaeological_site], area|z17-[historic=archaeological_site] -{icon-image: remains-m.svg;} +{icon-image: archaeological-site-m.svg;} + node|z19-[historic=ruins][!name], area|z19-[historic=ruins][!name], diff --git a/data/styles/clear/style-clear/symbols/archaeological-site-m.svg b/data/styles/clear/style-clear/symbols/archaeological-site-m.svg new file mode 100644 index 0000000000..64565ad670 --- /dev/null +++ b/data/styles/clear/style-clear/symbols/archaeological-site-m.svg @@ -0,0 +1,35 @@ + + + + + wayside_shrine-m + + + + diff --git a/data/styles/clear/style-night/symbols/archaeological-site-m.svg b/data/styles/clear/style-night/symbols/archaeological-site-m.svg new file mode 100644 index 0000000000..9ea6e1570e --- /dev/null +++ b/data/styles/clear/style-night/symbols/archaeological-site-m.svg @@ -0,0 +1,35 @@ + + + + + wayside_shrine-m + + + + diff --git a/data/styles/vehicle/include/Icons.mapcss b/data/styles/vehicle/include/Icons.mapcss index c739f891e6..a3dace4986 100644 --- a/data/styles/vehicle/include/Icons.mapcss +++ b/data/styles/vehicle/include/Icons.mapcss @@ -466,10 +466,12 @@ area|z17-[historic=ruins][name], node|z17-[historic=fort], area|z17-[historic=fort], node|z17-[historic=castle], -area|z17-[historic=castle], +area|z17-[historic=castle] +{icon-image: remains-m.svg;text: name;text-offset: 1;font-size: 10;text-color: @poi_label;} + node|z17-[historic=archaeological_site], area|z17-[historic=archaeological_site] -{icon-image: remains-m.svg;text: name;text-offset: 1;font-size: 10;text-color: @poi_label;} +{icon-image: archaeological-site-m.svg;text: name;text-offset: 1;font-size: 10;text-color: @poi_label;} node|z19-[historic=ruins][!name], area|z19-[historic=ruins][!name],