Remove unused return value of addCreatedNoteMarker()
This function adds a marker to notes layer. This controller doesn't need to do anything with markers of existing notes.
This commit is contained in:
parent
ae5b7812cc
commit
18f3adbf5d
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ OSM.NewNote = function (map) {
|
||||||
});
|
});
|
||||||
marker.id = feature.properties.id;
|
marker.id = feature.properties.id;
|
||||||
marker.addTo(noteLayer);
|
marker.addTo(noteLayer);
|
||||||
return marker;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
page.pushstate = page.popstate = function (path) {
|
page.pushstate = page.popstate = function (path) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue