summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--objects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index 0e9acad..d2ebdd6 100644
--- a/objects.js
+++ b/objects.js
@@ -1419,7 +1419,7 @@ SpriteMorph.prototype.updateMarker = function () {
});
// X position is longitude, Y latitude
this.marker = L.marker([this.yPosition(), this.xPosition()],
- {icon: this.icon, title: this.name});
+ {icon: this.icon, title: this.name, draggable: this.draggable});
// add event handlers
this.marker.on('click', function () {