1.0.12 • Published 2 years ago

hopetrydraw v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago