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) {