亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

vue-openlayers實現(xiàn)地圖坐標(biāo)彈框效果

瀏覽:7日期:2022-11-18 10:16:30

本文實例為大家分享了vue-openlayers實現(xiàn)地圖坐標(biāo)彈框的具體代碼,供大家參考,具體內(nèi)容如下

openlayers

這個效果是點擊地圖,彈出坐標(biāo)信息。

vue-openlayers實現(xiàn)地圖坐標(biāo)彈框效果

點擊地圖邊緣時,底圖會跟著移動,使彈窗能完整顯示出來。

<template> <div class='vm'> <h2 class='h-title'>彈窗 popup</h2> <div class='map-x'></div> <!-- 彈窗元素 --> <div ref='popup' v-show='currentCoordinate' > <span @click='closePopup'>✖</span> <div class='content'>{{currentCoordinate}}</div> </div> </div></template> <script>import ’ol/ol.css’import { Map, View } from ’ol’import Tile from ’ol/layer/Tile’import OSM from ’ol/source/OSM’import { toStringHDMS } from ’ol/coordinate’import { toLonLat } from ’ol/proj’import Overlay from ’ol/Overlay’ export default { name: ’Popup’, data () { return { map: null, currentCoordinate: null, // 彈窗坐標(biāo)數(shù)據(jù) overlay: null } }, methods: { initMap () { // 彈窗 this.overlay = new Overlay({ element: this.$refs.popup, // 彈窗標(biāo)簽,在html里 autoPan: true, // 如果彈窗在底圖邊緣時,底圖會移動 autoPanAnimation: { // 底圖移動動畫 duration: 250 } }) // 實例化地圖 this.map = new Map({ target: ’map’, layers: [ new Tile({ source: new OSM() // 使用OSM底圖 }) ], overlays: [this.overlay], // 把彈窗加入地圖 view: new View({ center: [-27118403.38733027, 4852488.79124965], // 北京坐標(biāo) zoom: 12 // 地圖縮放級別(打開頁面時默認(rèn)級別) }) }) this.mapClick() // 初始化地圖成功后,給地圖添加點擊事件 }, mapClick () { // 地圖點擊事件 // 通過 map.on() 監(jiān)聽,singleclick 是單擊的意思。也可以用 click 代替 singleclick。 this.map.on(’singleclick’, evt => { const coordinate = evt.coordinate // 獲取坐標(biāo) const hdms = toStringHDMS(toLonLat(coordinate)) // 轉(zhuǎn)換坐標(biāo)格式this.currentCoordinate = hdms // 保存坐標(biāo)點 setTimeout(() => { // 設(shè)置彈窗位置 // 這里要設(shè)置定時器,不然彈窗首次出現(xiàn),底圖會跑偏 this.overlay.setPosition(coordinate) }, 0)}) }, // 關(guān)閉彈窗 closePopup () { // 把彈窗位置設(shè)置為undefined,并清空坐標(biāo)數(shù)據(jù) this.overlay.setPosition(undefined) this.currentCoordinate = null } }, mounted () { this.initMap() }}</script> <style lang='scss' scoped> /* 彈窗樣式 */ .popup { min-width: 280px; position: relative; background: #fff; padding: 8px 16px; display: flex; flex-direction: column; transform: translate(-50%, calc(-100% - 12px)); /* 彈窗下方的小三角形 */ &::after { display: block; content: ’’; width: 0; height: 0; position: absolute; border: 12px solid transparent; border-top-color: #fff; bottom: -23px; left: 50%; transform: translateX(-50%); } } /* 關(guān)閉彈窗按鈕 */ .icon-close { cursor: pointer; align-self: flex-end; margin-bottom: 10px; }</style>

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 国产免费拍拍视频在线观看网站 | 青草视频在线看 | 亚州αv| 爱爱小视频在线看免费 | 免费一级毛片正在播放 | 制服丝袜中文字幕在线观看 | 亚洲精品永久www嫩草 | 一a一片一级一片啪啪 | 国产精品欧美亚洲 | 亚洲精品成人一区二区www | 黄视频免费在线看 | 清纯唯美亚洲综合 | 久草精彩视频 | 91精品国产综合久久精品 | 日韩欧美亚洲一区精选 | 成人性开放大片 | 国产精品高清一区二区不卡 | 中文字幕日韩视频 | 欧美特黄视频在线观看 | 欧美日中文字幕 | 久草色香蕉 | 国产精品第一区在线观看 | 欧美一级做a影片爱橙影院 欧美一级做一a做片性视频 | 国产精品久久久久久吹潮 | mmmmxxxx国产在线观看 | 国产欧美日韩看片片在线人成 | 欧美黄色一级在线 | 337日本| 亚洲婷婷国产精品电影人久久 | 国产一二三区视频 | 欧美黄一级| 国产日韩欧美亚洲综合 | 一 级 黄 色蝶 片 | 青青青在线日本免费视频 | 亚洲精品不卡视频 | 久久久久国产一级毛片高清板 | 亚洲高速浪潮 | 精品视频一区二区三区 | 老外黑人一级毛片 | 日韩黄色在线播放 | 亚洲欧美小说色综合小 |