mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-05-30 23:03:03 +02:00
Radio reporting points
This commit is contained in:
parent
f588bad785
commit
23e293f39a
@ -334,6 +334,7 @@
|
||||
<file alias="seaward-limit-of-contiguous-zone.png">icons/map/marine/seaward-limit-of-contiguous-zone.png</file>
|
||||
<file alias="foul.png">icons/map/marine/foul.png</file>
|
||||
<file alias="dumping-ground-line.png">icons/map/marine/dumping-ground-line.png</file>
|
||||
<file alias="radio-call-garmin.png">icons/map/marine/radio-call-garmin.png</file>
|
||||
</qresource>
|
||||
|
||||
<!-- Patterns (Mapsforge) -->
|
||||
|
BIN
icons/map/marine/radio-call-garmin.png
Normal file
BIN
icons/map/marine/radio-call-garmin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 B |
@ -374,9 +374,9 @@ bool RGNFile::readClassFields(Handle &hdl, SegmentType segmentType,
|
||||
|
||||
if (poly && Style::isRaster(poly->type))
|
||||
readRasterInfo(hdl, lbl, rs, poly);
|
||||
|
||||
if (point && !Style::isMarinePoint(point->type))
|
||||
readLabel(hdl, lbl, lblHdl, flags, rs, point);
|
||||
|
||||
if (point && Style::isDepthPoint(point->type))
|
||||
readDepthInfo(hdl, flags, rs, point);
|
||||
if (point && Style::isObstructionPoint(point->type))
|
||||
|
@ -909,6 +909,7 @@ void Style::defaultPointStyle(qreal ratio)
|
||||
_points[0x10703] = Point(QImage(":/marine/yacht-harbor.png"));
|
||||
_points[0x10704] = Point(QImage(":/marine/pile.png"));
|
||||
_points[0x10705] = Point(QImage(":/marine/anchoring-prohibited.png"));
|
||||
_points[0x10708] = Point(QImage(":/marine/radio-call-garmin.png"));
|
||||
_points[0x1070a] = Point(QImage(":/marine/rescue-station.png"));
|
||||
_points[0x1070b] = Point(QImage(":/marine/fishing-harbor.png"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user