diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index e8a03291..505bb852 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -59,7 +59,7 @@ Ox.ListMap = function(options, self) { feature: [0, 192, 0] }; self.areaSize = { - 10000: 8, // 100 x 100 m + 1000000: 8, // 1 x 1 km 10000000000: 10 // 100 x 100 km };