From a57b50e07c03486ff4e5c2f9f800c05b585024c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 26 Nov 2024 07:42:00 +0100 Subject: [PATCH] Distinguish peaks --- data/style/style.xml | 18 +++++++++++++----- gpxsee.qrc | 2 ++ icons/map/POI/triangle-11.svg | 4 ++++ icons/map/POI/triangle-stroked-11.svg | 4 ++++ 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 icons/map/POI/triangle-11.svg create mode 100644 icons/map/POI/triangle-stroked-11.svg diff --git a/data/style/style.xml b/data/style/style.xml index f5b0f30a..1eaefb94 100644 --- a/data/style/style.xml +++ b/data/style/style.xml @@ -589,11 +589,19 @@ - - - - - + + + + + + + + + + + + + diff --git a/gpxsee.qrc b/gpxsee.qrc index 07ac1444..146a5b00 100644 --- a/gpxsee.qrc +++ b/gpxsee.qrc @@ -112,6 +112,8 @@ icons/map/POI/theatre-11.svg icons/map/POI/toilet-11.svg icons/map/POI/town-hall-11.svg + icons/map/POI/triangle-11.svg + icons/map/POI/triangle-stroked-11.svg icons/map/POI/viewpoint-11.svg icons/map/POI/village-11.svg icons/map/POI/volcano-11.svg diff --git a/icons/map/POI/triangle-11.svg b/icons/map/POI/triangle-11.svg new file mode 100644 index 00000000..e70fb6f4 --- /dev/null +++ b/icons/map/POI/triangle-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/triangle-stroked-11.svg b/icons/map/POI/triangle-stroked-11.svg new file mode 100644 index 00000000..3cc1728d --- /dev/null +++ b/icons/map/POI/triangle-stroked-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file