diff --git a/source/Ox.UI/js/Map/MapMarker.js b/source/Ox.UI/js/Map/MapMarker.js index 0b1be55e..17e28165 100644 --- a/source/Ox.UI/js/Map/MapMarker.js +++ b/source/Ox.UI/js/Map/MapMarker.js @@ -53,7 +53,10 @@ Ox.MapMarker = function(options) { var key = that.map.getKey(), place, bounds, southWest, northEast; if (!that.place.selected) { - if (key == 'meta' || key == 'shift') { + if ( + that.map.options('editable') + && (key == 'meta' || key == 'shift') + ) { place = that.map.getSelectedPlace(); } if (place) {