jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
43 stars 16 forks source link

Fitbound not working with TAB #169

Open machadcm opened 1 year ago

machadcm commented 1 year ago

Hi, I have one tab region with two tabs, each with the exactly the same map region (query, config, etc).

Once page is loaded the map in the first tab works perfectly

image

but the map in the second tab does not apply the fitboud and shows all world instead

image

The only way that I found to minimize this is to set a minzoom option but does not completely answer to my requirements. I also try to have a refresh dynamic action, which works but keeps running forever.

Is there any way to overcome this?

Thanks Miguel