This commit is contained in:
rolux 2011-05-29 21:35:07 +02:00
parent 18a9b58449
commit 4eb1b99c76

View file

@ -763,11 +763,11 @@ Ox.Map = function(options, self) {
},
keys: [
'id', 'name', 'geoname', 'countryCode',
'lat', 'lng', 'south', 'west', 'north', 'east'
'editable',
'lat', 'lng', 'south', 'west', 'north', 'east',
'editable'
],
range: [0, self.options.maxMarkers],
sort: [{key: 'area', operator: '+'}],
sort: [{key: 'area', operator: '+'}]
}, function(result) {
var ids = [];
result.data.items.forEach(function(item, i) {