1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Added railway station POI icon

This commit is contained in:
2024-11-12 21:20:31 +01:00
parent 6ca1e3b67c
commit 1a9bec1d94
3 changed files with 7 additions and 0 deletions

View File

@ -361,6 +361,8 @@ void Style::pointStyle(qreal ratio)
Small);
_points[SUBTYPE(BUISGL, 7)] = Point(svg2img(":/POI/lodging-11.svg", ratio),
Small);
_points[SUBTYPE(BUISGL, 8)] = Point(svg2img(":/POI/rail-11.svg", ratio),
Small);
_points[SUBTYPE(BUISGL, 9)] = Point(svg2img(":/POI/police-11.svg", ratio),
Small);
_points[SUBTYPE(BUISGL, 13)] = Point(svg2img(":/POI/bank-11.svg", ratio),