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
GeoVistoogsi
AR
Commits
7a041d82
Commit
7a041d82
authored
3 months ago
by
Cantuerk
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html
parent
2686c510
master
21caog1bif-master-patch-96693
1 merge request
!164
Update public/index.html
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+9
-19
public/index.html
with
9 additions
and
19 deletions
+9
-19
public/index.html
+
9
-
19
View file @
7a041d82
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
gap
:
20px
;
/*
gap: 20px;
*/
background
:
#1e1e1e
;
background
:
#1e1e1e
;
box-shadow
:
0
-2px
6px
rgba
(
0
,
0
,
0
,
0.8
);
box-shadow
:
0
-2px
6px
rgba
(
0
,
0
,
0
,
0.8
);
color
:
white
;
color
:
white
;
...
@@ -192,12 +192,13 @@
...
@@ -192,12 +192,13 @@
height
:
200px
;
height
:
200px
;
z-index
:
20
;
z-index
:
20
;
overflow-y
:
auto
;
overflow-y
:
auto
;
padding
:
20px
0
;
/*
padding: 20px 0;
*/
border-radius
:
8px
;
border-radius
:
8px
;
}
}
#dynamic-menu
input
[
type
=
"range"
]
{
#dynamic-menu
input
[
type
=
"range"
]
{
width
:
9
0%
;
width
:
10
0%
;
margin
:
10px
auto
;
margin
:
10px
auto
;
background
:
#3a3a3a
;
background
:
#3a3a3a
;
border-radius
:
5px
;
border-radius
:
5px
;
...
@@ -650,6 +651,11 @@
...
@@ -650,6 +651,11 @@
const
maxScale
=
selectedPlacedModel
.
maxScale
;
const
maxScale
=
selectedPlacedModel
.
maxScale
;
const
step
=
(
maxScale
-
minScale
)
/
100
;
// Dynamische Schrittgröße basierend auf Grenzen
const
step
=
(
maxScale
-
minScale
)
/
100
;
// Dynamische Schrittgröße basierend auf Grenzen
console
.
log
(
"
Die größen des ausgewählten Modells sind wie folgt:
"
)
console
.
log
(
"
currentScale
"
,
currentScale
)
console
.
log
(
"
minScale
"
,
minScale
)
console
.
log
(
"
maxScale
"
,
maxScale
)
const
dynamicMenu
=
document
.
getElementById
(
"
dynamic-menu
"
);
const
dynamicMenu
=
document
.
getElementById
(
"
dynamic-menu
"
);
dynamicMenu
.
style
.
display
=
"
flex
"
;
dynamicMenu
.
style
.
display
=
"
flex
"
;
dynamicMenu
.
innerHTML
=
`
dynamicMenu
.
innerHTML
=
`
...
@@ -700,22 +706,6 @@
...
@@ -700,22 +706,6 @@
dynamicMenu
.
style
.
display
=
"
none
"
;
dynamicMenu
.
style
.
display
=
"
none
"
;
}
}
function
showInfoDialog
(
message
)
{
const
infoDialog
=
document
.
getElementById
(
"
info-dialog
"
);
const
infoText
=
document
.
getElementById
(
"
info-text
"
);
// Nachricht setzen
infoText
.
textContent
=
message
;
// Dialog anzeigen
infoDialog
.
style
.
display
=
"
flex
"
;
}
function
closeInfoDialog
()
{
const
infoDialog
=
document
.
getElementById
(
"
info-dialog
"
);
infoDialog
.
style
.
display
=
"
none
"
;
}
function
refreshMapDialog
()
{
function
refreshMapDialog
()
{
const
mapDialog
=
document
.
getElementById
(
'
map-dialog
'
);
const
mapDialog
=
document
.
getElementById
(
'
map-dialog
'
);
mapDialog
.
style
.
display
=
'
flex
'
;
mapDialog
.
style
.
display
=
'
flex
'
;
...
...
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