Skip to content
GitLab
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
Jul 26, 2022
by
JOE XMG
Browse files
update
parent
4c981655
Pipeline
#6785
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/application/js/cesium_mouse_handling.js
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>
...
...
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