Fix new note wrapping

This commit is contained in:
Aaron Lidman 2013-11-18 11:43:48 -08:00
parent 3e405040ea
commit 104ba9c57a

View file

@ -34,7 +34,7 @@ OSM.NewNote = function(map) {
});
function createNote(marker, form, url) {
var location = marker.getLatLng();
var location = marker.getLatLng().wrap();
marker.options.draggable = false;
marker.dragging.disable();