1.0.12 • Published 3 years ago

hopetrydraw v1.0.12

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

hopetrydraw

map draw component

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

#main.js中引用组件
import hopetrydraw from 'hopetrydraw'
Vue.use(hopetrydraw)

#组件中使用
<Draw :mapView="mapView" :featureData="featureData" @saveFeature="save"></Draw>

mapView:{
  center:[35.12122,118.322032],
  zoom:13
}

featureData:GeoJSON Object

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago