diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 41e27d85..ffa9c966 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -957,9 +957,11 @@ Ox.Map = function(options, self) { // async && place doesn't exist yet self.options.places({ query: { - key: 'id', - value: id, - operator: '^$' + conditions: [ + {key: 'id', value: id, operator: '^$'} + ], + operator: '' + } }, function(results) { place = new Ox.MapPlace(Ox.extend({