1.1.0 • Published 6 years ago

opengis v1.1.0

Weekly downloads
15
License
bstar
Repository
github
Last release
6 years ago

VUE BAIDU MAP

npm Travis Package Quality npm license

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

Contributing Guide

License

MIT License

Copyright (c) 2016-present, Dafrok o.o@mug.dog