资源
官方库
帮助
动态
外观
<template> <vl-map :center="[53, 354]" :zoom=5> <template #layers> <vl-layer-group name='layer group'> <vl-rectangle :bounds="[(52, 354), (53, 360)]"/> <vl-circle :location="(50, 370)" :radius="50000"/> <vl-marker :location="(50, 354)"/> </vl-layer-group> </template> <template #controls> <vl-layers-control position='topleft' :collapsed='False'/> </template> </vl-map> </template>
src/examples/vleaflet/layers/LayerGroup
在 GitHub 上编辑此页