mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-07 10:43:02 +02:00
Compare commits
2 Commits
ca3ea08b99
...
e43c4b44f4
Author | SHA1 | Date | |
---|---|---|---|
e43c4b44f4 | |||
16d5e656bf |
@ -1,4 +1,4 @@
|
||||
version: 13.42.{build}
|
||||
version: 13.43.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -3,7 +3,7 @@ unix:!macx:!android {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 13.42
|
||||
VERSION = 13.43
|
||||
|
||||
QT += core \
|
||||
gui \
|
||||
|
@ -49,7 +49,7 @@ Unicode true
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "13.42"
|
||||
!define VERSION "13.43"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|
@ -447,7 +447,7 @@ MapData::Point::Point(uint type, const Coordinates &c, const Attributes &attr,
|
||||
if (ok && clr > 0)
|
||||
_label = QString::fromUtf8("\xE2\x86\x95") + UNIT_SPACE
|
||||
+ QString::number(clr) + UNIT_SPACE + hUnits(HUNI);
|
||||
} else if (type == OBSTRN || type == WRECKS) {
|
||||
} else if (type == OBSTRN || type == WRECKS || type == UWTROC) {
|
||||
double depth = _attr.value(VALSOU).toDouble(&ok);
|
||||
if (ok && _label.isEmpty())
|
||||
_label = QString::number(depth);
|
||||
|
Loading…
x
Reference in New Issue
Block a user