1. 程式人生 > >OpenLayers與Bootstrap樣式衝突的解決

OpenLayers與Bootstrap樣式衝突的解決

在引入Bootstrap響應式佈局樣式後,OpenLayers圖層瓦片會顯示異常,在頁面中加入以下樣式可以解決:

<style>
    img.olTileImage {
        max-width: none;
    }
</style>
參見:http://openlayers.org/dev/examples/bootstrap.html