added notifications

This commit is contained in:
DennisSchiefer
2012-07-04 09:00:11 +01:00
parent c07f87edca
commit c38c0b6f03
4 changed files with 75 additions and 4 deletions
+1
View File
@@ -99,6 +99,7 @@ onDrag: function(e) {
OSRM.Geocoder.updateLocation( this.parent.label );
},
onDragStart: function(e) {
OSRM.GUI.clear_timeout(0);
OSRM.G.dragging = true;
this.switchIcon(this.options.dragicon);