亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么實現vue+openlayer5獲取當前鼠標滑過的坐標

發布時間:2021-11-16 10:25:56 來源:億速云 閱讀:179 作者:iii 欄目:開發技術

本篇內容主要講解“怎么實現vue+openlayer5獲取當前鼠標滑過的坐標”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“怎么實現vue+openlayer5獲取當前鼠標滑過的坐標”吧!

前言:       

 在vue項目中怎么獲取當前鼠標劃過的坐標呢,這里來分享下方法。 實現效果:

怎么實現vue+openlayer5獲取當前鼠標滑過的坐標

實現步驟:

1、引入相關文件

import MousePosition from 'ol/control/MousePosition';
import {createStringXY} from 'ol/coordinate';

 2、生成地圖

var layers = [
        //深藍色背景
        new TileLayer({
           source: new XYZ({
             url:
              "https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
           }),
         }),
       
      ];
this.map = new Map({
        layers: layers,
        target: "map",
        view: new View({
          center: this.center,
          projection: this.projection,
          zoom: this.centerSize,
          maxZoom: 17,
          minZoom: 5,
          extent: [
            73.32783475401652, 3.33795, 135.16017906160056,
            53.83501005646246,
          ],
        }),
      });

3、加入鼠標事件

var mousePositionControl = new MousePosition({
         coordinateFormat: createStringXY(6),//獲取位置
         projection: 'EPSG:4326',
         className: 'custom-mouse-position',
         target: document.getElementById('mouse-position'), //將位置數據放到那里
         undefinedHTML: '&nbsp'
      });
      this.map.addControl(mousePositionControl);

4、頁面上加入

<div id="map" class="map" ref="imageDom">
 
    位置div
    <div id="mouse-position" style="
        color: #fff;
        position: absolute;
        bottom:10px;
        right:10px;
        z-index: 10000000;
        width: 200px;
        line-height: 30px;
        background: rgba(0,0,0,0.5);
    "></div>
</div>

到此,相信大家對“怎么實現vue+openlayer5獲取當前鼠標滑過的坐標”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

民县| 博客| 长治市| 陆良县| 宁阳县| 洪泽县| 互助| 仁布县| 大英县| 张家港市| 拜城县| 临海市| 昆明市| 林口县| 鲁甸县| 肃宁县| 肇州县| 龙南县| 珠海市| 桑日县| 华池县| 左权县| 石家庄市| 吴江市| 彭泽县| 洪泽县| 湖州市| 颍上县| 长子县| 景宁| 屏东县| 嵩明县| 锦州市| 教育| 阿瓦提县| 五峰| 得荣县| 怀远县| 盐源县| 寻乌县| 大方县|