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:
@ -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),
|
||||
|
Reference in New Issue
Block a user