Update debug_way.lua (#6713)

This commit is contained in:
danieldegroot2 2023-10-12 23:03:35 +02:00 committed by GitHub
parent 5723eaaa6a
commit b437ce5b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ local https = require('ssl.https')
Debug.load_profile(arg[1])
-- 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)
-- parse way tags