From 2e0130554c3cad1b9b99afa283fbd8b19893b2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 16 Nov 2024 14:56:23 +0100 Subject: [PATCH] Improved POI rendering --- data/style/style.xml | 129 +++++++++++++++++++++++++------- gpxsee.qrc | 5 +- icons/map/POI/doctor-11.svg | 4 + icons/map/POI/skateboard-11.svg | 4 + icons/map/POI/tennis-11.svg | 4 + 5 files changed, 117 insertions(+), 29 deletions(-) create mode 100644 icons/map/POI/doctor-11.svg create mode 100644 icons/map/POI/skateboard-11.svg create mode 100644 icons/map/POI/tennis-11.svg diff --git a/data/style/style.xml b/data/style/style.xml index 45abc51a..f2a0103d 100644 --- a/data/style/style.xml +++ b/data/style/style.xml @@ -171,6 +171,9 @@ + + + @@ -202,7 +205,7 @@ - + @@ -525,11 +528,15 @@ - + + + - + + + @@ -540,20 +547,26 @@ - - - + + + + + + + + + - + - + @@ -601,7 +614,9 @@ - + + + @@ -613,7 +628,9 @@ - + + + @@ -626,11 +643,15 @@ - + + + - + + + @@ -647,48 +668,94 @@ - + + + - + + + - + - + + + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + + - + + + - + + + - + + + @@ -699,21 +766,27 @@ - + - + + + - + - + + + - + + + diff --git a/gpxsee.qrc b/gpxsee.qrc index e818c8a5..67511e1b 100644 --- a/gpxsee.qrc +++ b/gpxsee.qrc @@ -42,6 +42,7 @@ icons/map/POI/convenience-11.svg icons/map/POI/dam-11.svg icons/map/POI/danger-11.svg + icons/map/POI/doctor-11.svg icons/map/POI/drinking-water-11.svg icons/map/POI/fast-food-11.svg icons/map/POI/entrance-alt1-11.svg @@ -88,11 +89,13 @@ icons/map/POI/school-11.svg icons/map/POI/shelter-11.svg icons/map/POI/shop-11.svg + icons/map/POI/skateboard-11.svg icons/map/POI/skiing-11.svg icons/map/POI/soccer-11.svg icons/map/POI/swimming-11.svg - icons/map/POI/theatre-11.svg icons/map/POI/telephone-11.svg + icons/map/POI/tennis-11.svg + icons/map/POI/theatre-11.svg icons/map/POI/toilet-11.svg icons/map/POI/town-hall-11.svg icons/map/POI/viewpoint-11.svg diff --git a/icons/map/POI/doctor-11.svg b/icons/map/POI/doctor-11.svg new file mode 100644 index 00000000..73d80d53 --- /dev/null +++ b/icons/map/POI/doctor-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/skateboard-11.svg b/icons/map/POI/skateboard-11.svg new file mode 100644 index 00000000..aca1509f --- /dev/null +++ b/icons/map/POI/skateboard-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/tennis-11.svg b/icons/map/POI/tennis-11.svg new file mode 100644 index 00000000..9fa49e21 --- /dev/null +++ b/icons/map/POI/tennis-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file