Skip to content

Commit 5239c6d

Browse files
committed
Update splash controller
1 parent 27579d7 commit 5239c6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

3dwebclient/utils/SplashController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var SplashController = /** @class */ (function () {
4141
<td><img src="' + 'images/3DCityDB_Logo.png' + '" width="76" height="81" /></td>\
4242
<td>\
4343
<!-- <div class="cesium-navigation-help-pan">Chair of Geoinformatics</div>\ -->\
44-
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb/" target="_blank" style="color: yellow;">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
44+
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb" target="_blank" style="color: yellow;">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
4545
</td>\
4646
</tr>\
4747
</table>\

ts/SplashController.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ class SplashController {
4545
contents.innerHTML = '\
4646
<div class="cesium-navigation-help-zoom" style="padding: 15px 5px 20px 5px; text-align: center;">3DCityDB Web Map Client</div>\
4747
<hr width="50%" style="margin-top: -10px; border-color: grey;">\
48-
<div class="cesium-navigation-help-details" style="padding: 5px; text-align: center;">This tool employs the JavaScript library <a href="https://cesiumjs.org/" target="_blank">CesiumJS</a> and is a part of the</div>\
48+
<div class="cesium-navigation-help-details" style="padding: 5px; text-align: center;">This tool employs the JavaScript library <a href="https://cesium.com" target="_blank" style="color: yellow;">CesiumJS</a> and is a part of the</div>\
4949
<table>\
5050
<tr>\
5151
<td><img src="' + 'images/3DCityDB_Logo.png' + '" width="76" height="81" /></td>\
5252
<td>\
5353
<!-- <div class="cesium-navigation-help-pan">Chair of Geoinformatics</div>\ -->\
54-
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb/" target="_blank">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
54+
<div class="cesium-navigation-help-details"><a href="https://www.3dcitydb.org/3dcitydb" target="_blank" style="color: yellow;">3D City Database</a> (3DCityDB) <br> Software Suite.</div>\
5555
</td>\
5656
</tr>\
5757
</table>\
@@ -62,7 +62,7 @@ class SplashController {
6262
<td><img src="' + 'images/TUM_Logo.svg' + '" width="76" height="40" /></td>\
6363
<td>\
6464
<!-- <div class="cesium-navigation-help-pan">Chair of Geoinformatics</div>\ -->\
65-
<div class="cesium-navigation-help-details"><a href="https://www.gis.bgu.tum.de/en/home/" target="_blank">TUM, Chair of Geoinformatics</a></div>\
65+
<div class="cesium-navigation-help-details"><a href="https://www.asg.ed.tum.de/en/gis" target="_blank" style="color: yellow;">TUM, Chair of Geoinformatics</a></div>\
6666
</td>\
6767
</tr>\
6868
</table>\
@@ -280,4 +280,4 @@ class SplashController {
280280
}
281281
return "";
282282
}
283-
}
283+
}

0 commit comments

Comments
 (0)