some tile do not show in chrome
dfy167 opened this issue · 3 comments
dfy167 commented
some tile do not show in chrome when in this env
F11 to get chrome fullscreen
click control button of this plu . and then some tile do not show.
just use the demo in this site:http://brunob.github.io/leaflet.fullscreen/
brunob commented
click control button of this plu . and then some tile do not show.
can't understand what you're trying to say here :\
dfy167 commented
http://brunob.github.io/leaflet.fullscreen/ chrome latest leaflet 1.3
- open the demo
- F11 to use chrome function to get full screen.
- now ,to click the botton on the map to get map full screen
- then ,the map is fullscreen ,but the right side has a lot of blank.
leaflet 1.1 has no this problem .
i fix it by this:
setTimeout(function () {
map.invalidateSize()
}, 10)
and when set 10 to 1,the right side has a lot of blank. after some test,i set it to 10 on my computer
brunob commented
Version 1.4.5 should fix this bug ;)