# vue-cesium-draw
**Repository Path**: lypyyli/vue-cesium-draw
## Basic Information
- **Project Name**: vue-cesium-draw
- **Description**: This is a Vue + Cesium project. Its main functions include plotting and editing marker, polyline and polygon.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2019-12-09
- **Last Updated**: 2025-05-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### Cesium-Draw
This is a Vue+Cesium project, which provides functions such as drawing and editing graphics as well as importing and exporting them.
Key Features :
- Add markers, you can extend the markers style, edit and delete them.
- Interactive drawing of polyline and polygon openings allows editing and setting of nodes and their styles.
- Export and import.(json,Geojson,shp)
#### Blog
[https://blog.csdn.net/xtfge0915/article/details/102483418](https://blog.csdn.net/xtfge0915/article/details/102483418)
#### Install
```
npm install cesium-draw --save
```
#### Usage
```js
//main.js
import Vue from 'vue'
import cesiumDrawHandler from 'cesium-draw'
Vue.use(cesiumDrawHandler)
```
```js
//you-component.js
```
#### Development
```
npm install
npm start
```
#### Build
```
npm run build
```
### 效果

