From 357968c4b14a7e80d51c52c05d117a49350d7101 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 11:48:03 +0200 Subject: [PATCH] updating listmap --- source/Ox.UI/js/Map/Ox.ListMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index 84641113..8556e603 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -447,7 +447,7 @@ Ox.ListMap = function(options, self) { } else { !isResult && editPlace(['type']) } - self.$map.value(self.selectedPlace, 'type', data.selected[0]); + self.$map.value(self.selectedPlace, 'type', data.selected[0].id); } }) ], ['Latitude', 'Longitude', 'South', 'West', 'North', 'East'].map(function(v) {