Skip to content

Commit

Permalink
Added missing dome symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Jun 18, 2024
1 parent e73b9f3 commit c7f76f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gpxsee.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<file alias="deviation-dolphin.png">icons/map/marine/deviation-dolphin.png</file>
<file alias="kelp.png">icons/map/marine/kelp.png</file>
<file alias="eddies.png">icons/map/marine/eddies.png</file>
<file alias="dome.png">icons/map/marine/dome.png</file>
</qresource>

<!-- Mapsforge rendertheme -->
Expand Down
Binary file added icons/map/marine/dome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/map/ENC/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ void Style::pointStyle(qreal ratio)
_points[SUBTYPE(LNDMRK, 7)] = Point(QImage(":/marine/pylon.png"), Small);
_points[SUBTYPE(LNDMRK, 9)] = Point(QImage(":/marine/monument.png"), Small,
QPoint(0, -7));
_points[SUBTYPE(LNDMRK, 15)] = Point(QImage(":/marine/dome.png"), Small,
QPoint(0, -5));
_points[SUBTYPE(LNDMRK, 17)] = Point(QImage(":/marine/tower.png"), Small,
QPoint(0, -11));
_points[SUBTYPE(LNDMRK, 18)] = Point(QImage(":/marine/windmill.png"), Small);
Expand Down

0 comments on commit c7f76f3

Please sign in to comment.