1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Some more IMG POI style tweaking

This commit is contained in:
Martin Tůma 2020-10-16 22:45:51 +02:00
parent cc4cbcbeda
commit 7c6174a8ee
3 changed files with 7 additions and 1 deletions

View File

@ -67,6 +67,7 @@
<file alias="cinema-11.png">icons/POI/cinema-11.png</file> <file alias="cinema-11.png">icons/POI/cinema-11.png</file>
<file alias="clothing-store-11.png">icons/POI/clothing-store-11.png</file> <file alias="clothing-store-11.png">icons/POI/clothing-store-11.png</file>
<file alias="communications-tower-11.png">icons/POI/communications-tower-11.png</file> <file alias="communications-tower-11.png">icons/POI/communications-tower-11.png</file>
<file alias="convenience-11.png">icons/POI/convenience-11.png</file>
<file alias="dam-11.png">icons/POI/dam-11.png</file> <file alias="dam-11.png">icons/POI/dam-11.png</file>
<file alias="danger-11.png">icons/POI/danger-11.png</file> <file alias="danger-11.png">icons/POI/danger-11.png</file>
<file alias="drinking-water-11.png">icons/POI/drinking-water-11.png</file> <file alias="drinking-water-11.png">icons/POI/drinking-water-11.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

View File

@ -289,10 +289,13 @@ void Style::defaultPointStyle()
_points[0x2d0b] = Point(QImage(":/airfield-11.png")); _points[0x2d0b] = Point(QImage(":/airfield-11.png"));
_points[0x2e02] = Point(QImage(":/grocery-11.png")); _points[0x2e02] = Point(QImage(":/grocery-11.png"));
_points[0x2e03] = Point(QImage(":/shop-11.png"));
_points[0x2e05] = Point(QImage(":/pharmacy-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[0x2e07] = Point(QImage(":/clothing-store-11.png"));
_points[0x2e08] = Point(QImage(":/garden-centre-11.png")); _points[0x2e08] = Point(QImage(":/garden-centre-11.png"));
_points[0x2e09] = Point(QImage(":/furniture-11.png")); _points[0x2e09] = Point(QImage(":/furniture-11.png"));
_points[0x2e0a] = Point(QImage(":/shop-11.png"));
_points[0x2e0c] = Point(QImage(":/shop-11.png")); _points[0x2e0c] = Point(QImage(":/shop-11.png"));
_points[0x2f01] = Point(QImage(":/fuel-11.png")); _points[0x2f01] = Point(QImage(":/fuel-11.png"));
@ -418,10 +421,13 @@ void Style::defaultPointStyle()
_points[0x10e0a] = _points[0x2d0a]; _points[0x10e0a] = _points[0x2d0a];
_points[0x10e0b] = _points[0x2d0b]; _points[0x10e0b] = _points[0x2d0b];
_points[0x10f02] = _points[0x2e02]; _points[0x10f02] = _points[0x2e02];
_points[0x10f03] = _points[0x2e03];
_points[0x10f05] = _points[0x2e05]; _points[0x10f05] = _points[0x2e05];
_points[0x10f06] = _points[0x2e06];
_points[0x10f07] = _points[0x2e07]; _points[0x10f07] = _points[0x2e07];
_points[0x10f08] = _points[0x2e08]; _points[0x10f08] = _points[0x2e08];
_points[0x10f09] = _points[0x2e09]; _points[0x10f09] = _points[0x2e09];
_points[0x10f0a] = _points[0x2e0a];
_points[0x11001] = _points[0x2f01]; _points[0x11001] = _points[0x2f01];
_points[0x11002] = _points[0x2f02]; _points[0x11002] = _points[0x2f02];
_points[0x11003] = _points[0x2f03]; _points[0x11003] = _points[0x2f03];
@ -443,7 +449,6 @@ void Style::defaultPointStyle()
_points[0x11106] = _points[0x3006]; _points[0x11106] = _points[0x3006];
_points[0x11107] = _points[0x3007]; _points[0x11107] = _points[0x3007];
_points[0x11108] = _points[0x3008]; _points[0x11108] = _points[0x3008];
} }
static bool readBitmap(SubFile *file, SubFile::Handle &hdl, QImage &img, static bool readBitmap(SubFile *file, SubFile::Handle &hdl, QImage &img,