tongmap-component
v0.1.60
Published
A 2D Map component use openlayers and Vue
Downloads
14
Readme
tongmap-component
A 2D Map vue component with Openlayers
Use Setup
# install
npm install tongmap-component --save
# options
import TMap from 'tongmap-components'
<tong-map-control :option="option" @maploadend="maploadend" :controls="controls"></tong-map-control>