Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
3DClient4SimStadtAPI
Commits
4b24c962
Commit
4b24c962
authored
Nov 13, 2021
by
Izairi
Browse files
found placeholder for Hoverinformation
parent
ba9c1d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/globe.js
View file @
4b24c962
...
...
@@ -112,7 +112,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) {
var
name
=
pickedFeature
.
getProperty
(
"
gml_id
"
);
nameOverlay
.
textContent
=
name
;
nameOverlay
.
textContent
=
"
ID:
"
+
name
+
"
hier kommt noch die Verschatungsdaten
"
;
// Highlight the feature if it's not already selected.
selectedFeatures
.
forEach
(
s
=>
{
if
(
s
.
feature
===
pickedFeature
)
{
...
...
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