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

Compare commits

..

4 Commits

Author SHA1 Message Date
c5e46957a8 Removed unused image metadata 2022-03-27 19:25:38 +02:00
a87838ea89 No-anchoring zone style 2022-03-27 16:21:52 +02:00
a4d68d85f9 Some more marine style stuff 2022-03-27 16:09:36 +02:00
77a3049d6d Extended marine style 2022-03-27 14:46:29 +02:00
8 changed files with 28 additions and 0 deletions

View File

@ -146,10 +146,15 @@
<file alias="obstruction.png">icons/IMG/marine/obstruction.png</file>
<file alias="obstruction-covers.png">icons/IMG/marine/obstruction-covers.png</file>
<file alias="anchor-line.png">icons/IMG/marine/anchor-line.png</file>
<file alias="noanchor-line.png">icons/IMG/marine/noanchor-line.png</file>
<file alias="cable-line.png">icons/IMG/marine/cable-line.png</file>
<file alias="pipeline.png">icons/IMG/marine/pipeline.png</file>
<file alias="cable.png">icons/IMG/marine/cable.png</file>
<file alias="anchorage.png">icons/IMG/marine/anchorage.png</file>
<file alias="anchoring-prohibited.png">icons/IMG/marine/anchoring-prohibited.png</file>
<file alias="church.png">icons/IMG/marine/church.png</file>
<file alias="triangulation-point.png">icons/IMG/marine/triangulation-point.png</file>
<file alias="yacht-harbor.png">icons/IMG/marine/yacht-harbor.png</file>
</qresource>
<!-- Mapsforge rendertheme -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

BIN
icons/IMG/marine/church.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

View File

@ -238,13 +238,16 @@ void Style::defaultLineStyle()
// Marine stuff
_lines[0x10101] = Line(QPen(QColor("#000000"), 1, Qt::SolidLine));
_lines[0x10106] = Line(QImage(":/IMG/cable-line.png"));
_lines[0x10107] = Line(QPen(QColor("#a58140"), 3, Qt::SolidLine));
_lines[0x10108] = Line(QPen(QColor("#000000"), 1, Qt::SolidLine));
_lines[0x10301] = Line(QPen(QColor("#0e1087"), 1, Qt::SolidLine));
_lines[0x10307] = Line(QPen(QColor("#05620e"), 1, Qt::SolidLine));
_lines[0x10401] = Line(QImage(":/IMG/cable.png"));
_lines[0x10402] = Line(QImage(":/IMG/pipeline.png"));
_lines[0x10405] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10409] = Line(QPen(QColor("#000000"), 1, Qt::DotLine));
_lines[0x10501] = Line(QImage(":/IMG/noanchor-line.png"));
_lines[0x10503] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10507] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine));
_lines[0x10601] = Line(QPen(QColor("#000000"), 1, Qt::SolidLine));
@ -487,6 +490,11 @@ void Style::defaultPointStyle()
// Marine stuff
_points[0x10100] = Point(QImage(":/IMG/light-major.png"));
_points[0x10101] = Point(QImage(":/IMG/light-major.png"));
_points[0x10102] = Point(QImage(":/IMG/light-major.png"));
_points[0x10103] = Point(QImage(":/IMG/light-major.png"));
_points[0x10104] = Point(QImage(":/IMG/light-major.png"));
_points[0x10105] = Point(QImage(":/IMG/light-major.png"));
_points[0x10106] = Point(QImage(":/IMG/light-major.png"));
_points[0x10107] = Point(QImage(":/IMG/light-major.png"));
_points[0x10108] = Point(QImage(":/IMG/light-major.png"));
@ -494,9 +502,23 @@ void Style::defaultPointStyle()
_points[0x1010a] = Point(QImage(":/IMG/light-major.png"));
_points[0x10200] = Point(QImage(":/IMG/buoy.png"));
_points[0x10201] = Point(QImage(":/IMG/buoy.png"));
_points[0x10202] = Point(QImage(":/IMG/buoy.png"));
_points[0x10203] = Point(QImage(":/IMG/buoy.png"));
_points[0x10204] = Point(QImage(":/IMG/buoy.png"));
_points[0x10205] = Point(QImage(":/IMG/buoy.png"));
_points[0x10206] = Point(QImage(":/IMG/beacon.png"));
_points[0x1020b] = Point(QImage(":/IMG/buoy.png"));
_points[0x1020d] = Point(QImage(":/IMG/light-platform.png"));
_points[0x1020e] = Point(QImage(":/IMG/beacon.png"));
_points[0x1020f] = Point(QImage(":/IMG/beacon.png"));
_points[0x10210] = Point(QImage(":/IMG/beacon.png"));
_points[0x10211] = Point(QImage(":/IMG/beacon.png"));
_points[0x10212] = Point(QImage(":/IMG/beacon.png"));
_points[0x10213] = Point(QImage(":/IMG/beacon.png"));
_points[0x10214] = Point(QImage(":/IMG/beacon.png"));
_points[0x10215] = Point(QImage(":/IMG/beacon.png"));
_points[0x10306] = Point(QImage(":/IMG/church.png"));
_points[0x1030a] = Point(QImage(":/IMG/triangulation-point.png"));
_points[0x10401] = Point(QImage(":/IMG/obstruction.png"));
_points[0x10402] = Point(QImage(":/IMG/wreck.png"));
_points[0x10403] = Point(QImage(":/IMG/wreck-exposed.png"));
@ -504,6 +526,7 @@ void Style::defaultPointStyle()
_points[0x1040a] = Point(QImage(":/IMG/rock-dangerous.png"));
_points[0x1040c] = Point(QImage(":/IMG/rock-exposed.png"));
_points[0x10701] = Point(QImage(":/IMG/anchorage.png"));
_points[0x10703] = Point(QImage(":/IMG/yacht-harbor.png"));
_points[0x10705] = Point(QImage(":/IMG/anchoring-prohibited.png"));
}