Compare commits
4 Commits
d7a440f95d
...
c5e46957a8
Author | SHA1 | Date | |
---|---|---|---|
c5e46957a8 | |||
a87838ea89 | |||
a4d68d85f9 | |||
77a3049d6d |
@ -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 -->
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 235 B |
BIN
icons/IMG/marine/cable-line.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
icons/IMG/marine/church.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
icons/IMG/marine/noanchor-line.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
icons/IMG/marine/triangulation-point.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
icons/IMG/marine/yacht-harbor.png
Normal file
After Width: | Height: | Size: 391 B |
@ -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"));
|
||||
}
|
||||
|
||||
|