-
Notifications
You must be signed in to change notification settings - Fork 8
MeasureControl
andy.rothwell edited this page Aug 31, 2018
·
3 revisions
The MeasureControl is from this Github project.
The <measure-control>
tag is put inside a <map_>
tag:
<map_>
...
<div v-once
v-if="this.measureControlEnabled"
>
<measure-control :position="'bottomleft'" />
</div>
...
</map_>
The measure control is included automatically.