switched to leaflet0.4;

commented out most GUI
This commit is contained in:
DennisSchiefer
2012-08-13 13:04:26 +01:00
parent ecd342224e
commit 5f089e628b
9 changed files with 3521 additions and 1501 deletions
+1 -1
View File
@@ -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() ) {