1.1.0 • Published 3 years ago

bonc-map-ol v1.1.0

Weekly downloads
33
License
-
Repository
-
Last release
3 years ago

bonc-map-ol

一个基于vue2.0对openlayers进行简单封装的地图模块。

Build Setup

# install 
npm install bonc-map-ol -S

# 使用方式
#导入模块
import OlMap from 'bonc-map-ol';

#使用css
import 'bonc-map-ol/lib/static/css/app.css';


#前置条件是在项目中已经引用了ol
import ol from 'openlayers';

import 'openlayers/dist/ol.css';

#然后将ol添加到vue的原型上,因为该模块中用到的ol部分,全部是从vue的原型上获取的

Vue.prototype.$ol = ol
Vue.ol = ol



#更新npm包
由于是引用app.js,需要对代码进行打包后再上传npm。

#~1.0.3更新
  1、修改主容器css样式 width: '50%'--》'100%'
#1.0.4更新
  1、调整toolbar部分的结构
  2、调整三个功能组件的位置军用position属性进行控制
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

5 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago