# 二.WMS

环绕 180° 子午线的平铺 WMS 图层

查看代码详情
<template>
  <WebMap ref="map" class="map"></WebMap>
</template>

<script>
export default {
  mounted() {},
};
</script>
1
2
3
4
5
6
7
8