Update country_speeds.lua

This commit is contained in:
tombay 2024-08-11 21:21:26 +10:00 committed by GitHub
parent 109994c7e8
commit 19d54d7369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,6 @@
-- based on reading https://wiki.openstreetmap.org/wiki/Key:motorroad
-- and https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions
-- (esp #Alternative_ideas)
-- We treat all cases of motorroad="yes" as no access.
-- pass in way data and speed to set.
--
local Set = require('lib/set')