This commit is contained in:
rolux 2012-06-19 18:02:40 +02:00
parent f7b0fb6893
commit 7c2f8aa967

View file

@ -234,7 +234,7 @@ Ox.api = function(items, options) {
south: Math.min(prev.south, curr.south), south: Math.min(prev.south, curr.south),
west: Math.min(prev.west, curr.west), west: Math.min(prev.west, curr.west),
north: Math.max(prev.north, curr.north), north: Math.max(prev.north, curr.north),
east: Math.max(prev.east. curr.east) east: Math.max(prev.east, curr.east)
}; };
}, { }, {
south: Ox.MAX_LATITUDE, south: Ox.MAX_LATITUDE,