From 7c6174a8eed9283282162e64c73dca5a0413d615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 16 Oct 2020 22:45:51 +0200 Subject: [PATCH] Some more IMG POI style tweaking --- gpxsee.qrc | 1 + icons/POI/convenience-11.png | Bin 0 -> 650 bytes src/map/IMG/style.cpp | 7 ++++++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/POI/convenience-11.png diff --git a/gpxsee.qrc b/gpxsee.qrc index 429a0d71..3c2587e9 100644 --- a/gpxsee.qrc +++ b/gpxsee.qrc @@ -67,6 +67,7 @@ icons/POI/cinema-11.png icons/POI/clothing-store-11.png icons/POI/communications-tower-11.png + icons/POI/convenience-11.png icons/POI/dam-11.png icons/POI/danger-11.png icons/POI/drinking-water-11.png diff --git a/icons/POI/convenience-11.png b/icons/POI/convenience-11.png new file mode 100644 index 0000000000000000000000000000000000000000..259b17bba6635d4bcaa12452fdc6958ff64f2f89 GIT binary patch literal 650 zcmV;50(Jd~P)EX>4Tx04R}tkv&MmKpe$iQ>9WW3U&~2$WWauh>D1lR-p(LLaorMgUO|>g(eM2 zii@M*T5#}VvFhOBtgC~oAP9bdI5|2gx=4xtOA0MwJUH&hyL*qjcYshYGtKH41vK3@ z)5(OG&8>)`SA@}v5aO7YnPtpMQVPD~>mC8V-o<&A|G7U$x0<&Y5D%^0r zw!wLyILbC;mH3=^#H0%nKXP61_>FVXWr1f#%}jcZI7%!Q+gNF1wqa_-6T~r9(Eq|pBOns7G zYiY3~pl2JnxNd369&ot>^gkK0DZ5gTrcfvV?`QN)IiT+r2(Nm*HTQA)0A#4E)D3WO z2n-h~d(G$FUG2U7d#2gn5528&#qay{D4^000SaNLh0L z01ejw01ejxLMWSf00007bV*G`2jmJ62QDs&Hm+;{004$bL_t&-)1A+|2?9|Nh2hUo z3``6)HLwK>5mwkDEW(o5LJ?2a3HS~sI9_5H} kETwvAdt_C}yYx@J0eABwP$risssI2007*qoM6N<$f-9>Rh5!Hn literal 0 HcmV?d00001 diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index bbc7f10b..f6997120 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -289,10 +289,13 @@ void Style::defaultPointStyle() _points[0x2d0b] = Point(QImage(":/airfield-11.png")); _points[0x2e02] = Point(QImage(":/grocery-11.png")); + _points[0x2e03] = Point(QImage(":/shop-11.png")); _points[0x2e05] = Point(QImage(":/pharmacy-11.png")); + _points[0x2e06] = Point(QImage(":/convenience-11.png")); _points[0x2e07] = Point(QImage(":/clothing-store-11.png")); _points[0x2e08] = Point(QImage(":/garden-centre-11.png")); _points[0x2e09] = Point(QImage(":/furniture-11.png")); + _points[0x2e0a] = Point(QImage(":/shop-11.png")); _points[0x2e0c] = Point(QImage(":/shop-11.png")); _points[0x2f01] = Point(QImage(":/fuel-11.png")); @@ -418,10 +421,13 @@ void Style::defaultPointStyle() _points[0x10e0a] = _points[0x2d0a]; _points[0x10e0b] = _points[0x2d0b]; _points[0x10f02] = _points[0x2e02]; + _points[0x10f03] = _points[0x2e03]; _points[0x10f05] = _points[0x2e05]; + _points[0x10f06] = _points[0x2e06]; _points[0x10f07] = _points[0x2e07]; _points[0x10f08] = _points[0x2e08]; _points[0x10f09] = _points[0x2e09]; + _points[0x10f0a] = _points[0x2e0a]; _points[0x11001] = _points[0x2f01]; _points[0x11002] = _points[0x2f02]; _points[0x11003] = _points[0x2f03]; @@ -443,7 +449,6 @@ void Style::defaultPointStyle() _points[0x11106] = _points[0x3006]; _points[0x11107] = _points[0x3007]; _points[0x11108] = _points[0x3008]; - } static bool readBitmap(SubFile *file, SubFile::Handle &hdl, QImage &img,