mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 19:19:16 +02:00
Refactoring
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user