Merge branch 'master' into feature/CalculationsForPM2.5AndPM10
This commit is contained in:
commit
716016b76d
BIN
Barcelona.osm.pbf
Normal file
BIN
Barcelona.osm.pbf
Normal file
Binary file not shown.
@ -14,6 +14,7 @@ stations_data = nil
|
||||
|
||||
function fetch_pollution_data()
|
||||
local url = "http://128.199.51.173:8000/routes/api/pollution/NO2"
|
||||
|
||||
local response, status = http.request(url)
|
||||
|
||||
if status == 200 and response then
|
||||
@ -358,3 +359,4 @@ return {
|
||||
process_turn = process_turn,
|
||||
process_segment = process_segment
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user