adding QR codes

This commit is contained in:
DennisSchiefer
2012-08-30 16:50:59 +01:00
parent f2a4a02af8
commit a83a3d125d
7 changed files with 1466 additions and 3 deletions
+2
View File
@@ -47,10 +47,12 @@ init: function() {
activateRouteFeatures: function() {
OSRM.Printing.activate();
OSRM.G.map.locationsControl.activateRoute();
OSRM.G.active_shortlink = null; // delete shortlink when new route is shown (RoutingDescription calls this method!)
},
deactivateRouteFeatures: function() {
OSRM.Printing.deactivate();
OSRM.G.map.locationsControl.deactivateRoute();
OSRM.G.active_shortlink = null; // delete shortlink when the route is hidden
},
// click: button "reset"