Commit d10371dc authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 4c981655
Pipeline #6785 passed with stage
in 8 seconds
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment