1 Star 0 Fork 623

影先生 / xdh-map

forked from zbiao / xdh-map 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 633 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2019-03-08 10:34 . 发布文档

新德汇地图应用类库

基于Openlayers封装的Vue组件,支持轨迹动画和接入ECharts。

安装

npm install xdh-map --save

全量引入

import XdhMap from 'xdh-map'
import Vue from 'vue'
import 'xdh-map/lib/xdhmap.css'
Vue.use(XdhMap)

按需引入

import 'xdh-map/lib/xdhmap.css'
import {XdhMap, XdhMapCircle} from 'xdh-map'

使用示例

<xdh-map>
    <xdh-map-circle :position="[120, 30]"
                    :radius="0.1"
                    fill="blue"
                    stroke-color="red"
                    :stroke-width="5"></xdh-map-circle>
</xdh-map>
JavaScript
1
https://gitee.com/buluefox/xdh-map.git
git@gitee.com:buluefox/xdh-map.git
buluefox
xdh-map
xdh-map
master

搜索帮助