1 Star 0 Fork 52

SamLee / vue-bmap-gl

forked from gyy / vue-bmap-gl
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

文档地址更新: https://docs.guyixi.cn/vue-bmap-gl/#/

vue-bmap-gl

Build Status npm package NPM downloads license Gitee stars

vue-bmap-gl是一套基于Vue 2.0和百度地图WebGL版本的地图组件。 该版本在原来的版本上增加对bmap WebGL1.0的适配 该项目基于 https://github.com/ElemeFE/vue-amap/ 修改开发

觉得有用可以给个star

群号

avatar

捐赠支持

支付宝 微信

安装

npm install -S vue-bmap-gl

文档

https://docs.guyixi.cn/vue-bmap-gl/#/

快速上手

引入vue-bmap-gl

// 引入vue-bmap-gl
import VueBMap from 'vue-bmap-gl';
import 'vue-bmap-gl/dist/style.css';
Vue.use(VueBMap);

// 初始化vue-amap
VueBMap.initBMapApiLoader({
  // 百度的key
  ak: 'YOUR_KEY',
  // 百度 sdk 版本,默认为 1.0
  v: '1.0'
});

组件

目前完成组件:

  • el-bmap(地图)
  • el-bmap-bezier-curve(贝塞尔曲线)
  • el-bmap-circle(圆)
  • el-bmap-ground-overlay(地面叠加层)
  • el-bmap-info-window(信息窗口)
  • el-bmap-label(文本标记)
  • el-bmap-marker(标号)
  • el-bmap-marker-3d(3D标号)
  • el-bmap-polygon(多边形)
  • el-bmap-polyline(折线)
  • el-bmap-prism(3D棱柱)
  • el-bmap-menu(右击菜单)
  • el-bmap-track(车辆跟踪)
  • el-bmap-info-window-custom(自定义信息窗体)

其他特性

反馈

MIT License Copyright (c) 2020 顾洋洋 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

vue-bmap-gl是一套基于Vue 2.0和百度地图WebGL版本的地图组件 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/aisam/vue-bmap-gl.git
git@gitee.com:aisam/vue-bmap-gl.git
aisam
vue-bmap-gl
vue-bmap-gl
dev

搜索帮助