当前位置:首页 » 《关于电脑》 » 正文

vue项目中使用天地图

24 人参与  2024年11月02日 18:01  分类 : 《关于电脑》  评论

点击全文阅读


关于天地图

当使用 Vue.js 开发 Web 应用程序时,使用地图服务是一种常见的需求,在 Vue.js 中使用天地图可以展示地理空间数据、实现地图交互和定位等功能。

申请天地图api key(创建一个应用)

引入天地图

在项目中public文件夹下index.html中引入

<script src="http://api.tianditu.gov.cn/api?v=3.0&tk=您的密钥" type="text/javascript"></script>

创建map

<div id="map"></div>

初始化地图

mounted() {    this.load()  },methods:{    load() {  const init = new Promise((resolve, reject) => {        if (window.T) {          console.log('地图初始化成功')          resolve(window.T)          reject('error')        }      })      init.then(T => {        this.map = new T.Map('map')        this.map.maxZoom = 20        this.map.centerAndZoom(          new T.LngLat(this.centerData[0], this.centerData[1]),          16        )        //创建地图图层对象        let mapTypeSelect = [          {            title: '地图', //地图控件上所要显示的图层名称            icon:              'http://api.tianditu.gov.cn/v4.0/image/map/maptype/vector.png', //地图控件上所要显示的图层图标(默认图标大小80x80)            layer: window.TMAP_NORMAL_MAP //地图类型对象,即MapType。          },          {            title: '卫星',            icon:              ' http://api.tianditu.gov.cn/v4.0/image/map/maptype/satellite.png',            layer: window.TMAP_SATELLITE_MAP          },          {            title: '卫星混合',            http: 'api.tianditu.gov.cn/v4.0/image/map/maptype/satellitepoi.png',            layer: 'TMAP_HYBRID_MAP'          },          {            title: '地形',            icon:              ' http://api.tianditu.gov.cn/v4.0/image/map/maptype/terrain.png',            layer: window.TMAP_TERRAIN_MAP          },          {            title: '地形混合',            icon:              ' http://api.tianditu.gov.cn/v4.0/image/map/maptype/terrainpoi.png',            layer: window.TMAP_TERRAIN_HYBRID_MAP          }        ]        var ctrl = new T.Control.MapType({ mapTypes: mapTypeSelect }) // 初始化地图类型选择控件        // this.map.addControl(ctrl); //添加地图选择控件        this.map.setMapType(window.TMAP_SATELLITE_MAP) // 设置地图位地星混合图层        this.GetMaps()      })}}

写上css样式

<style scoped>#map {  width: calc(100vw - 26vw);  height: 80vh;  position: absolute;  left: 26vw;  top: 20vh;  z-index: 0;}::v-deep .tdt-infowindow-content {  margin: 6px 9px !important;  padding: 0 4px !important;  text-align: center !important;}::v-deep .tdt-infowindow-tip-container {  margin: -2px auto !important;}::v-deep .tdt-container a.tdt-infowindow-close-button {  padding: 0 0 0 4px !important;}::v-deep .tdt-label {  line-height: 24px !important;  padding: 0 5px !important;  border-radius: 2px;}::v-deep .tdt-infowindow-content-wrapper,.tdt-infowindow-tip {  border-radius: 8px;}</style>

最后成果


点击全文阅读


本文链接:http://zhangshiyu.com/post/181632.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

最新文章

  • 祖母寿宴,侯府冒牌嫡女被打脸了(沈屿安秦秀婉)阅读 -
  • 《雕花锦年,昭都旧梦》(裴辞鹤昭都)完结版小说全文免费阅读_最新热门小说《雕花锦年,昭都旧梦》(裴辞鹤昭都) -
  • 郊区41号(许洛竹王云云)完整版免费阅读_最新全本小说郊区41号(许洛竹王云云) -
  • 负我情深几许(白诗茵陆司宴)完结版小说阅读_最热门小说排行榜负我情深几许白诗茵陆司宴 -
  • 九胞胎孕妇赖上我萱萱蓉蓉免费阅读全文_免费小说在线看九胞胎孕妇赖上我萱萱蓉蓉 -
  • 为保白月光,侯爷拿我抵了债(谢景安花田)小说完结版_完结版小说全文免费阅读为保白月光,侯爷拿我抵了债谢景安花田 -
  • 陆望程映川上官硕《我的阿爹是带攻略系统的替身》最新章节阅读_(我的阿爹是带攻略系统的替身)全章节免费在线阅读陆望程映川上官硕
  • 郑雅琴魏旭明免费阅读_郑雅琴魏旭明小说全文阅读笔趣阁
  • 头条热门小说《乔书意贺宴临(乔书意贺宴临)》乔书意贺宴临(全集完整小说大结局)全文阅读笔趣阁
  • 完结好看小说跨年夜,老婆初恋送儿子故意出车祸_沈月柔林瀚枫完结的小说免费阅读推荐
  • 热推《郑雅琴魏旭明》郑雅琴魏旭明~小说全文阅读~完本【已完结】笔趣阁
  • 《你的遗憾与我无关》宋怀川冯洛洛无弹窗小说免费阅读_免费小说大全《你的遗憾与我无关》宋怀川冯洛洛 -

    关于我们 | 我要投稿 | 免责申明

    Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1