Fix new note wrapping
This commit is contained in:
parent
3e405040ea
commit
104ba9c57a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue