Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
4ea45371
Commit
4ea45371
authored
3 years ago
by
Cholgrrr
Browse files
Options
Download
Email Patches
Plain Diff
Update Datenschutz
parent
92b38131
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
vcm/config.json
+18
-0
vcm/config.json
vcm/index.html
+7
-2
vcm/index.html
vcm/js/custom.js
+15
-2
vcm/js/custom.js
with
40 additions
and
4 deletions
+40
-4
vcm/config.json
+
18
-
0
View file @
4ea45371
...
...
@@ -2242,6 +2242,24 @@
"roll"
:
359.90895317319524
,
"animate"
:
true
},
{
"name"
:
"RosensteinView"
,
"cameraPosition"
:
[
9.200386664415536
,
48.793013368681244
,
555.0623668173224
],
"groundPosition"
:
[
9.198359037109949
,
48.797111096533584
,
-0.003944315694471857
],
"distance"
:
733.4615182264905
,
"heading"
:
341.8973481005889
,
"pitch"
:
-49.18296309782204
,
"roll"
:
359.9089526038898
,
"animate"
:
true
},
{
"name"
:
"NoiseView"
,
"cameraPosition"
:
[
...
...
This diff is collapsed.
Click to expand it.
vcm/index.html
+
7
-
2
View file @
4ea45371
...
...
@@ -213,8 +213,13 @@
städtischer Planung auseinandersetzen. Über die 3D-Kartenansicht der Stadt Stuttgart können Sie
verschiedene digitale Werkzeuge nutzen, wissenschaftliche Daten visualisieren, sich über Projekte
und Planungen informieren, an Umfragen teilnehmen oder neue Anregungen und Kooperationspartner*innen
finden. Viel Spaß beim Stöbern!
</p>
<button
id=
"tourstart-btn"
onclick=
"removebuildings(); Introshow();historyInfo();"
finden. Viel Spaß beim Stöbern!
</p><br>
<p>
Bitte akzeptieren Sie mit dem Anklicken der Checkbox unsere
<a
href=
'https://transfer.hft-stuttgart.de/datenschutz'
>
Datenschutzerklärung
</a>
um Kesselkompass zu besuchen.
</p>
<label
class=
"container contentOne"
>
<input
type=
"checkbox"
id=
"Datacheck"
onclick=
"switchDatackeckResults();"
>
<span
class=
"checkmark"
></span>
</label><br>
<button
id=
"tourstart-btn"
disabled
onclick=
"removebuildings(); Introshow();historyInfo();"
class=
"buttonset one"
><span
class=
"i18n_balloon_startscreen_btn"
>
Start
</span>
</button>
<!-- stopStory(); getNAVcar(); -------Test back to start: getFlow();getFlowtest();getTraffic(); -->
...
...
This diff is collapsed.
Click to expand it.
vcm/js/custom.js
+
15
-
2
View file @
4ea45371
window
.
onload
=
function
(){
// // var scale = 'scale(1)';
// // document.body.style.webkitTransform = scale; // Chrome, Opera, Safari
...
...
@@ -13,6 +12,20 @@ removebuildings();
document
.
querySelector
(
'
footer
'
).
style
=
'
display: none
'
;
}
function
switchDatackeckResults
(){
var
checkBox
=
document
.
getElementById
(
"
Datacheck
"
);
if
(
checkBox
.
checked
==
true
){
document
.
getElementById
(
"
tourstart-btn
"
).
disabled
=
false
;
}
else
{
document
.
getElementById
(
"
tourstart-btn
"
).
disabled
=
true
;
}
}
document
.
getElementById
(
"
btn_nord
"
).
addEventListener
(
"
mouseover
"
,
mouseOver
);
document
.
getElementById
(
"
btn_nord
"
).
addEventListener
(
"
mouseout
"
,
mouseOut
);
...
...
@@ -709,7 +722,7 @@ function RosensteinText() {
showTour
();
var
viewp
=
vcs
.
vcm
.
Framework
.
getInstance
().
viewpoints
.
NordB
View
var
viewp
=
vcs
.
vcm
.
Framework
.
getInstance
().
viewpoints
.
Rosenstein
View
vcs
.
vcm
.
Framework
.
getInstance
().
getActiveMap
().
gotoViewPoint
(
viewp
)
var
layer01
=
[
"
ProjektNord
"
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets