set keys when sending area request

This commit is contained in:
rolux 2011-05-29 21:28:35 +02:00
parent 548d41d391
commit 18a9b58449

View file

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