opengis
v1.1.0
Published
openlayer Map Component for Vue 2.0
Downloads
20
Maintainers
Readme
VUE BAIDU MAP
Languages
Documentation
https://dafrok.github.io/vue-baidu-map
Get Start
Installation
npm i --save vue-openlayer-map
Initialization
import Vue from 'vue'
import olMap from 'vue-openlayer-map'
Vue.use(olMap)
Usage
<template>
<bs-map class="map">
</bs-map>
</template>
<style>
/* The container of BaiduMap must be set width & height. */
.map {
width: 100%;
height: 300px;
}
</style>
Contributing
License
Copyright (c) 2016-present, Dafrok [email protected]