Acars auto zoom(solved)

How do you turn off the auto zoom on the acars map?

Thanks

Go to your acarsmap.tpl/.php in your skin folder (or core/templates if it’s not there) and find this

var acars_map_defaults = {

And inside this section place this

autozoom: false,

Excellent, Thanks