Code: Select all
center
Code: Select all
zoom
Highchart maps.
The updates are triggered from the
Code: Select all
redraw
the map-view of the second map are then updated using
Code: Select all
chart.mapView.setView(props.mapView.center, props.mapView.zoom, true, true)
After
Code: Select all
setView
reloaded for the new position after and a white border appears.
Only after the map is again focused the new map tiles are loaded.
What can be done to force the map tiles to reload after
Code: Select all
setView
I have created a video that shows the problem www.seven49.net/download/highmaps_move.mkv .