Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
6456203a
Commit
6456203a
authored
Feb 25, 2021
by
Patrick
Browse files
updates
parent
e3fbb14e
Changes
4
Show whitespace changes
Inline
Side-by-side
vcm/images/projects/bockinger.PNG
0 → 100644
View file @
6456203a
817 KB
vcm/images/projects/noise.PNG
0 → 100644
View file @
6456203a
351 KB
vcm/images/projects/nordbahn.PNG
0 → 100644
View file @
6456203a
1.04 MB
vcm/templates/cus_Menu.js
View file @
6456203a
...
@@ -16,3 +16,17 @@ function nordbahnview(){
...
@@ -16,3 +16,17 @@ function nordbahnview(){
var
viewp
=
vcs
.
vcm
.
Framework
.
getInstance
().
viewpoints
.
NordBView
var
viewp
=
vcs
.
vcm
.
Framework
.
getInstance
().
viewpoints
.
NordBView
vcs
.
vcm
.
Framework
.
getInstance
().
getActiveMap
().
gotoViewPoint
(
viewp
);
vcs
.
vcm
.
Framework
.
getInstance
().
getActiveMap
().
gotoViewPoint
(
viewp
);
}
}
var
expstate
=
false
;
function
onoff
(){
if
(
expstate
==
false
){
var
element
=
document
.
getElementById
(
"
menustuff
"
);
element
.
classList
.
remove
(
"
hidden
"
);
expstate
=
true
;
}
else
{
var
element
=
document
.
getElementById
(
"
menustuff
"
);
element
.
classList
.
add
(
"
hidden
"
);
expstate
=
false
;
}
}
\ No newline at end of file
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