[Xây dựng WebGIS #11] – Hiển thị Popup
Bài này chúng ta sẽ tìm hiểu cách sử dụng popup trong OpenLayer sử dụng overlay. Các bạn có thể tìm hiểu thêm về các API trong bài theo link sau: ol.Map , ol.Overlay , ol.View Đầu tiên chúng ta thêm các style cho popup như sau: <style> .map, .righ-panel { height : 500px ; width : 40% ; float : left ; } .map { border : 1px solid #000 ; } .ol-popup { position : absolute ; background-color : white ; -webkit-filter: drop-shadow( 0 1px 4px rgba( 0 , 0 , 0 , 0.2 )); filter: drop-shadow( 0 1px 4px rgba( 0 , 0 , 0 , 0.2 )); padding : 15px ; border-radius: 10px ; border : 1px solid #cccccc ; bottom : 12px ; left : -50px ; min-width : 180px ; } .ol-popup:after, .ol-popup:before { top : 100% ; border : solid transparent ; content : " " ; height : 0 ; width : 0 ; position : absolute ; pointer-events: none ; } .ol-popup:after { border-top-color : whit