Skip to content

Commit

Permalink
Update debug_way.lua (#6713)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 committed Oct 12, 2023
1 parent 5723eaa commit b437ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/debug_way.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b437ce5

Please sign in to comment.