Skip to content

joeybuddy/vue-supermap-cesium

 
 

Repository files navigation

VUE SUPERMAP CESIUM

SuperMap iClient 3D for WebGL(built on Cesium) components for Vue 2.x

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: 'https://zouyaoji.top/vue-supermap-cesium'
})

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, zouyaoji 370681295@qq.com

Thanks

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

About

SuperMap Cesium(WebGL 3D) components for Vue 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.0%
  • JavaScript 47.0%