Update country_speeds.lua

support code for trunks data file
This commit is contained in:
tombay 2024-08-06 14:41:18 +10:00 committed by GitHub
parent e89d116b73
commit 07d9c83bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,9 @@ function country_speeds.getcountrytag(way)
if not location then
location = way:get_location_tag("ISO_A3")
end
if not location then
location = way:get_location_tag("ISO3_CODE")
end
if not location then
countryname = way:get_location_tag("name_en")
if countryname then