Leaflet Map not showing in bootstrap div

前端 未结 4 581

This is a super odd problem that I can not figure out. I have my div with the map and its css styling. The Leaflet map is showing up in one rectangle and not in the div. Its

4条回答
  •  执笔经年
    2020-12-11 18:40

    I used it with hided divs, which appear after a click. The tiles were also not visible, so I added map.invalidateSize() to the jQuery function where the div is set visible. Hope that helps...

提交回复
热议问题