mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Turning basins
This commit is contained in:
parent
82b8314b74
commit
08dbb315cb
@ -184,6 +184,7 @@
|
|||||||
<file alias="radar.png">icons/map/marine/radar.png</file>
|
<file alias="radar.png">icons/map/marine/radar.png</file>
|
||||||
<file alias="radar-transponder.png">icons/map/marine/radar-transponder.png</file>
|
<file alias="radar-transponder.png">icons/map/marine/radar-transponder.png</file>
|
||||||
<file alias="silo.png">icons/map/marine/silo.png</file>
|
<file alias="silo.png">icons/map/marine/silo.png</file>
|
||||||
|
<file alias="turning-basin.png">icons/map/marine/turning-basin.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
<!-- Mapsforge rendertheme -->
|
<!-- Mapsforge rendertheme -->
|
||||||
|
BIN
icons/map/marine/turning-basin.png
Normal file
BIN
icons/map/marine/turning-basin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 B |
@ -99,5 +99,6 @@
|
|||||||
#define I_SLCONS 17032
|
#define I_SLCONS 17032
|
||||||
#define I_WTWAXS 17051
|
#define I_WTWAXS 17051
|
||||||
#define I_TERMNL 17064
|
#define I_TERMNL 17064
|
||||||
|
#define I_TRNBSN 17065
|
||||||
|
|
||||||
#endif // ENC_OBJECTS_H
|
#endif // ENC_OBJECTS_H
|
||||||
|
@ -219,6 +219,7 @@ void Style::defaultPointStyle()
|
|||||||
_points[TYPE(RADSTA)] = Point(QImage(":/marine/radar.png"));
|
_points[TYPE(RADSTA)] = Point(QImage(":/marine/radar.png"));
|
||||||
_points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png"));
|
_points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png"));
|
||||||
_points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png"));
|
_points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png"));
|
||||||
|
_points[TYPE(I_TRNBSN)] = Point(QImage(":/marine/turning-basin.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
Style::Style()
|
Style::Style()
|
||||||
|
Loading…
Reference in New Issue
Block a user