Skip to content

Commit b275033

Browse files
authored
Update PL speed limits
Due to changes in Polish road classification on OSM, PL:trunk got deprecated. PL:expressway is being used instead: https://www.openstreetmap.org/changeset/159759046
1 parent 3614af7 commit b275033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles/car.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function setup()
300300
['ph:rural'] = 80,
301301
['ph:motorway'] = 100,
302302
['pl:rural'] = 100,
303-
['pl:trunk'] = 120,
303+
['pl:expressway'] = 120,
304304
['pl:motorway'] = 140,
305305
["ro:trunk"] = 100,
306306
["ru:living_street"] = 20,

0 commit comments

Comments
 (0)