mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
BUAARE area labels
This commit is contained in:
parent
e0e9fa660a
commit
b7bb3b649a
@ -305,7 +305,7 @@ MapData::Poly::Poly(uint type, const Polygon &path, const QString &label,
|
|||||||
+ QString::number(clr) + UNIT_SPACE + hUnits(HUNI);
|
+ QString::number(clr) + UNIT_SPACE + hUnits(HUNI);
|
||||||
}
|
}
|
||||||
} else if (type>>16 == LNDARE || type>>16 == SEAARE || type>>16 == BERTHS
|
} else if (type>>16 == LNDARE || type>>16 == SEAARE || type>>16 == BERTHS
|
||||||
|| type>>16 == I_BERTHS)
|
|| type>>16 == I_BERTHS || type>>16 == BUAARE)
|
||||||
_label = label;
|
_label = label;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user