1.1.4 • Published 6 years ago

bstar-vue-supermap v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

VUE SUPERMAP CESIUM

npm Travis Package Quality npm license

Languages

Documentation

https://zouyaoji.top/vue-supermap-cesium

Get Start

Installation

npm i --save vue-supermap-cesium

Initialization

import Vue from 'vue'
import SuperMapCesium from 'vue-supermap-cesium'

Vue.use(SuperMapCesium, {
  // cesiumPath is the path of the Cesium library, such as
  // cesiumPath: './statics/Cesium'
  // use online reference for http
  // cesiumPath: 'http://support.supermap.com.cn:8090/webgl/Build'
  // use online reference for https
  cesiumPath: 'http://support.supermap.com.cn:8090/webgl/Build'
})

Usage

<template>
  <div class="content">
    <sm-viewer>
    </sm-viewer>
  </div>
</template>

<style>
.content {
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
</style>

Contributing

Contributing Guide

License

MIT License

Copyright (c) 2018-present, huhongxun 378555669@qq.com

Thanks

I referenced a lot from the vue-baidu-map project. Thanks very much!

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago