diff --git a/source/Ox.UI/js/Map/Ox.MapMarker.js b/source/Ox.UI/js/Map/Ox.MapMarker.js index 662f2adc..caf2700d 100644 --- a/source/Ox.UI/js/Map/Ox.MapMarker.js +++ b/source/Ox.UI/js/Map/Ox.MapMarker.js @@ -64,7 +64,7 @@ Ox.MapMarker = function(options) { editable: true, geoname: '', id: '_' + Ox.encodeBase32(Ox.uid()), // fixme: stupid - map: that, + map: that.map, name: '', type: 'feature', south: southWest.lat(),