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

Refactoring

This commit is contained in:
2024-11-15 23:21:38 +01:00
parent de9529ef02
commit b7f023a99b
5 changed files with 7 additions and 7 deletions

View File

@ -513,8 +513,8 @@ void RasterTile::render()
QList<TextItem*> textItems;
QImage arrows[2];
arrows[ROAD] = Util::svg2img(":/symbols/arrow.svg", _ratio);
arrows[WATER] = Util::svg2img(":/symbols/water-arrow.svg", _ratio);
arrows[ROAD] = Util::svg2img(":/symbols/oneway.svg", _ratio);
arrows[WATER] = Util::svg2img(":/symbols/flow.svg", _ratio);
fetchData(polygons, lines, points);
ll2xy(polygons);