mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-20 13:54:24 +02:00
Cosmetics
This commit is contained in:
@ -381,8 +381,9 @@ void IMGMap::processLines(QList<IMG::Poly> &lines, const QPoint &tile,
|
||||
}
|
||||
|
||||
|
||||
for (int type = 1; type < 7; type++) {
|
||||
if (minShieldZoom((Label::Shield::Type)type) > _zoom)
|
||||
for (int type = Label::Shield::USInterstate; type <= Label::Shield::Oval;
|
||||
type++) {
|
||||
if (minShieldZoom(static_cast<Label::Shield::Type>(type)) > _zoom)
|
||||
continue;
|
||||
|
||||
QSet<Label::Shield> shields;
|
||||
|
Reference in New Issue
Block a user