added button to zoom on current route

This commit is contained in:
DennisSchiefer
2012-06-12 16:58:16 +01:00
parent 1973198f3d
commit 5923d034c9
13 changed files with 49 additions and 5 deletions
@@ -48,8 +48,8 @@ showRouteLink_TimeOut: function(){
// handling of routing description
show: function(response) {
// activate printing
OSRM.Printing.activate();
// activate GUI features that need a route
OSRM.GUI.activateRouteFeatures();
// compute query string
var query_string = '?hl=' + OSRM.Localization.current_language;