Thanks Carst,
I can't seem to make that work, here's a console session:
> ["redrawing", t]log.js:9
> window.themap.invalidateSize()
> t
> window.themap.invalidateSize(false)
> t
> window.themap.invalidateSize(true)
> t
> window.themap._sizeChanged
> false
> window.themap._sizeChanged = true
> true
> window.themap.invalidateSize(true)
> t
> window.themap._sizeChanged
> false
I have "drawing rectangles" turned on in the Chrome debugger, and I'm not seeing any evidence that it's redrawing (and at least it's still not working)
What else can be a common cause of this? I'm also not seeing any XHR for loading the tiles, which I find slightly weird. I'm also wondering if this could be CSS related (I'm using Bootstrap, which does weird things to images, which I have un-done within the context of my map, but I still don't see any progress :-()
- Thanks, Lee