switched to leaflet0.4;
commented out most GUI
This commit is contained in:
@@ -84,7 +84,7 @@ zoomed: function(e) {
|
||||
OSRM.Routing.getRoute_Redraw({keepAlternative:true});
|
||||
},
|
||||
contextmenu: function(e) {;},
|
||||
mousemove: function(e) { OSRM.Via.drawDragMarker(e); },
|
||||
mousemove: function(e) { },//OSRM.Via.drawDragMarker(e); },
|
||||
click: function(e) {
|
||||
OSRM.GUI.deactivateTooltip( "CLICKING" );
|
||||
if( !OSRM.G.markers.hasSource() ) {
|
||||
|
||||
Reference in New Issue
Block a user