Add display of double precision properties to ImGui

Do not show date text when render information is hidden
Add Utah WMS files
This commit is contained in:
Alexander Bock
2016-12-09 09:04:53 +01:00
parent 189a68dd6d
commit 2a3b532745
27 changed files with 478 additions and 10 deletions
+6 -5
View File
@@ -1298,12 +1298,13 @@ void RenderEngine::renderInformation() {
);
penPosition.y -= _fontDate->height();
RenderFontCr(*_fontDate,
penPosition,
"Date: %s",
Time::ref().UTC().c_str()
if (_showInfo && _fontDate) {
RenderFontCr(*_fontDate,
penPosition,
"Date: %s",
Time::ref().UTC().c_str()
);
}
if (_showInfo && _fontInfo) {
RenderFontCr(*_fontInfo,
penPosition,