Update debug_way.lua (#6713)
This commit is contained in:
parent
5723eaaa6a
commit
b437ce5b33
@ -21,7 +21,7 @@ local https = require('ssl.https')
|
|||||||
Debug.load_profile(arg[1])
|
Debug.load_profile(arg[1])
|
||||||
|
|
||||||
-- load way from the OSM API
|
-- load way from the OSM API
|
||||||
local url = 'https://www.openstreetmap.org/api/0.6/way/'..arg[2]
|
local url = 'https://api.openstreetmap.org/api/0.6/way/'..arg[2]
|
||||||
local body, statusCode, headers, statusText = https.request(url)
|
local body, statusCode, headers, statusText = https.request(url)
|
||||||
|
|
||||||
-- parse way tags
|
-- parse way tags
|
||||||
|
Loading…
Reference in New Issue
Block a user