update icon sizes in ListMap
This commit is contained in:
parent
aed581b33e
commit
22577fcbcd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Ox.ListMap = function(options, self) {
|
||||||
feature: [0, 192, 0]
|
feature: [0, 192, 0]
|
||||||
};
|
};
|
||||||
self.areaSize = {
|
self.areaSize = {
|
||||||
10000: 8, // 100 x 100 m
|
1000000: 8, // 1 x 1 km
|
||||||
10000000000: 10 // 100 x 100 km
|
10000000000: 10 // 100 x 100 km
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue