From 18a9b58449a999f6ecca3016272ef8d458f8f9aa Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 29 May 2011 21:28:35 +0200 Subject: [PATCH] set keys when sending area request --- source/Ox.UI/js/Map/Ox.Map.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index b8b439c6..34c8eced 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -761,6 +761,11 @@ Ox.Map = function(options, self) { north: bounds.getNorthEast().lat(), east: bounds.getNorthEast().lng() }, + keys: [ + 'id', 'name', 'geoname', 'countryCode', + 'lat', 'lng', 'south', 'west', 'north', 'east' + 'editable', + ], range: [0, self.options.maxMarkers], sort: [{key: 'area', operator: '+'}], }, function(result) {