... | ... |
@@ -59,7 +59,7 @@ var mapClass = { |
59 | 59 |
changeZoom : func (d = 0) { |
60 | 60 |
me.device.data.zoom = math.max(2, math.min(19, me.device.data.zoom + d)); |
61 | 61 |
me.device.data['range-nm'] = me.device.display.display.get('view[1]') / 2 * 84.53 * math.cos(data.lat) / math.pow(2, me.device.data.zoom); |
62 |
- me.device.data['range-factor'] = math.pow(2,13 - me.device.data.zoom) * 1.6875; |
|
62 |
+ me.device.data['range-factor'] = math.pow(2,13 - me.device.data.zoom) * 1.45; |
|
63 | 63 |
}, |
64 | 64 |
update : func { |
65 | 65 |
if (me.device.data.orientation.text == 'NORTH UP') { |