From 33b9354212be401e28796a96895498d92b5aeda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 20 Nov 2024 20:27:05 +0100 Subject: [PATCH] Some more POIs --- data/style/style.xml | 28 +++++++++++++++++++++++++++- gpxsee.qrc | 4 ++++ icons/map/POI/cross-11.svg | 4 ++++ icons/map/POI/ice-cream-11.svg | 4 ++++ icons/map/POI/watermill-11.svg | 4 ++++ icons/map/POI/windmill-11.svg | 4 ++++ 6 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 icons/map/POI/cross-11.svg create mode 100644 icons/map/POI/ice-cream-11.svg create mode 100644 icons/map/POI/watermill-11.svg create mode 100644 icons/map/POI/windmill-11.svg diff --git a/data/style/style.xml b/data/style/style.xml index 39f039b2..77f1b76d 100644 --- a/data/style/style.xml +++ b/data/style/style.xml @@ -731,6 +731,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -895,12 +915,18 @@ - + + + + + + + diff --git a/gpxsee.qrc b/gpxsee.qrc index c1717c44..52418d1e 100644 --- a/gpxsee.qrc +++ b/gpxsee.qrc @@ -44,6 +44,7 @@ icons/map/POI/college-11.svg icons/map/POI/communications-tower-11.svg icons/map/POI/convenience-11.svg + icons/map/POI/cross-11.svg icons/map/POI/dam-11.svg icons/map/POI/danger-11.svg icons/map/POI/doctor-11.svg @@ -67,6 +68,7 @@ icons/map/POI/home-11.svg icons/map/POI/hospital-11.svg icons/map/POI/hot-spring.svg + icons/map/POI/ice-cream-11.svg icons/map/POI/information-11.svg icons/map/POI/landmark-11.svg icons/map/POI/laundry-11.svg @@ -114,7 +116,9 @@ icons/map/POI/volcano-11.svg icons/map/POI/water-11.svg icons/map/POI/waterfall-11.svg + icons/map/POI/watermill-11.svg icons/map/POI/wetland-11.svg + icons/map/POI/windmill-11.svg icons/map/POI/zoo-11.svg diff --git a/icons/map/POI/cross-11.svg b/icons/map/POI/cross-11.svg new file mode 100644 index 00000000..477e77dc --- /dev/null +++ b/icons/map/POI/cross-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/ice-cream-11.svg b/icons/map/POI/ice-cream-11.svg new file mode 100644 index 00000000..9076b3e7 --- /dev/null +++ b/icons/map/POI/ice-cream-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/watermill-11.svg b/icons/map/POI/watermill-11.svg new file mode 100644 index 00000000..195e514c --- /dev/null +++ b/icons/map/POI/watermill-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/map/POI/windmill-11.svg b/icons/map/POI/windmill-11.svg new file mode 100644 index 00000000..3a86598a --- /dev/null +++ b/icons/map/POI/windmill-11.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file