This commit is contained in:
rolux 2011-05-29 22:25:27 +02:00
parent 981e3889da
commit ac43e14f50

View file

@ -769,9 +769,9 @@ Ox.Map = function(options, self) {
], ],
query: { query: {
conditions: Ox.merge([ conditions: Ox.merge([
{key: 'lat', value[south, north], operator: '-'} {key: 'lat', value: [south, north], operator: '-'}
], !crossesDateline ? [ ], !crossesDateline ? [
{key: 'lng', value[west, east], operator: '-'} {key: 'lng', value: [west, east], operator: '-'}
] : [ ] : [
{ {
conditions: [ conditions: [