From 4b1dcbb5eb37fba1d3a8bfb78bd0a356ebda6d47 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 14 Jun 2011 16:49:41 +0200 Subject: [PATCH] shift click to join places, part 6 --- source/Ox.UI/js/Map/Ox.MapMarker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),