天际线 发表于 2022-10-28 19:30:09

基于 Vue+Openlayer 地图应用类库xdh-Map

今天给小孩们分享一个超强大的Vue地图应用组件库xdhMap。



xdh-map新德汇团队出品的基于vue.js和Openlayers地图应用类库。包含文本、图形、html、热力图、航线、轨迹回放等20多个组件。支持与Echarts图表结合。






安装

使用地图组件之前需要先安装MyUI组件库。
$ npm i @xdh/my -S

使用地图

<template><my-map    adapter="Baidu"    :zoom="12"    :center=""    :drag-pan="false"    :mouse-wheel-zoom="true"    @click="handleMapClick"></my-map></template><script>import {MyMap} from '$ui/map'export default {    components: {      MyMap    },    methods: {      handleMapClick(e) {      console.log('click', e)      },    }}</script>
提供了超全面的应用示例及API。





















内置了百度、高德、OSM,并支持与方正、超图、山海经纬、航天精一等PGIS厂商对接。

so good,非常强大的一款集合超多功能的地图应用库,大家不要错过哈!
# 文档地址http://newgateway.gitee.io/my/ui/map/# gitee地址https://gitee.com/newgateway/xdh-map
okay,今天就介绍到这里。如果在项目开发中需要用到的话,可以去看一看。

远洋航空 发表于 2022-10-28 19:41:21

好东东

wazchsyz 发表于 2022-10-28 19:47:38

转发了

lanjiadong 发表于 2022-10-28 19:53:47

团队大了都要用框架,主要还是并行处理,不可能等别人做完了在做自己的部分。

fsyg2003 发表于 2022-10-28 19:59:04

转发了

578983126 发表于 2022-10-28 20:11:50

转发了

x60528 发表于 2022-10-28 20:22:09

转发了

kevin1002 发表于 2022-10-28 20:29:46

转发了

tangxin 发表于 2022-10-28 20:41:04

转发了

荒野冷风 发表于 2022-10-28 20:53:01

转发了

tangxin 发表于 2022-10-28 20:58:39

转发了

kallfang 发表于 2022-10-28 21:07:37

转发了

古风剑客 发表于 2022-10-28 21:19:15

转发了

小禹宇鱼 发表于 2022-10-28 21:25:44

转发了

NEONNY 发表于 2022-10-28 21:31:32

美亚柏科的新德汇?

风履 发表于 2022-10-28 21:40:25

转发了

tpzmj 发表于 2022-10-28 21:50:59

转发了

xjbhrt 发表于 2022-10-28 21:58:03

转发了

loveav 发表于 2022-10-28 22:09:03

好东西

tanxiao 发表于 2022-10-28 22:16:59

转发了
页: [1]
查看完整版本: 基于 Vue+Openlayer 地图应用类库xdh-Map