Skip to content

Instantly share code, notes, and snippets.

@buma
Created October 19, 2015 14:58
Show Gist options
  • Select an option

  • Save buma/4ada186cbab724e26862 to your computer and use it in GitHub Desktop.

Select an option

Save buma/4ada186cbab724e26862 to your computer and use it in GitHub Desktop.
Speed support in build config
{
speeds:{
units:"km/h",
values:{
"highway=motorway": 130,
"highway=motorway_link": 100,
"highway=trunk": 110,
"highway=trunk_link": 100,
"highway=primary": 90,
"highway=primary_link": 90,
"highway=secondary": 50,
"highway=secondary_link": 40,
"highway=tertiary": 40,
"highway=tertiary_link": 40,
"highway=living_street": 10,
"highway=pedestrian": 5,
"highway=residential": 50,
"highway=unclassified": 40,
"highway=service": 25,
"highway=track": 16,
"highway=road": 40
},
"defaultSpeed":40
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment