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
IQG4iCity
Schwabisch_Hall
Commits
d10371dc
Commit
d10371dc
authored
2 years ago
by
JOE XMG
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
4c981655
master
No related merge requests found
Pipeline
#6785
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/application/js/cesium_mouse_handling.js
+3
-1
public/application/js/cesium_mouse_handling.js
with
3 additions
and
1 deletion
+3
-1
public/application/js/cesium_mouse_handling.js
+
3
-
1
View file @
d10371dc
...
...
@@ -136,7 +136,9 @@ viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(
// console.log("This is PIPE")
// This case is true when the click feature is PIPE!
var
pipe_id
=
pickedFeature
.
id
.
name
var
current_pipe_STA_URL
=
`http://193.196.138.56/iqg4icity_sensor/v1.1/MultiDatastreams(
${
pipe_sta_map
[
pipe_id
]}
)/Observations?$orderby=phenomenonTime%20desc`
// var current_pipe_STA_URL = `http://193.196.138.56/iqg4icity_sensor/v1.1/MultiDatastreams(${pipe_sta_map[pipe_id]})/Observations?$orderby=phenomenonTime%20desc`
var
current_pipe_STA_URL
=
`https://covidsta.hft-stuttgart.de/iqg4icity_sensor/v1.1/MultiDatastreams(
${
pipe_sta_map
[
pipe_id
]}
)/Observations?$orderby=phenomenonTime%20desc`
$
(
"
#attribute-table-area
"
).
html
(
`
<b>PIPE</b>:
${
pipe_id
}
<br>
<b>STA Multistream ID</b>:
${
pipe_sta_map
[
pipe_id
]}
<br>
...
...
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