hookehuyr

fix

......@@ -15,12 +15,8 @@ declare module '@vue/runtime-core' {
InfoWindowWarn: typeof import('./src/components/InfoWindowWarn.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VanCol: typeof import('vant/es')['Col']
VanDialog: typeof import('vant/es')['Dialog']
VanIcon: typeof import('vant/es')['Icon']
VanPopup: typeof import('vant/es')['Popup']
VanRow: typeof import('vant/es')['Row']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
}
}
......
......@@ -107,7 +107,7 @@
var spotInfo = [
{
name: '照壁',
position: [120.587912, 31.312874],
position: [120.587882, 31.312914],
icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
details: [
{
......@@ -120,7 +120,7 @@ var spotInfo = [
},
{
name: '福德智慧二桥',
position: [120.588204, 31.31295],
position: [120.588164, 31.31305],
icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
details: [
{
......@@ -133,7 +133,7 @@ var spotInfo = [
},
{
name: '御赐牌楼',
position: [120.587843, 31.313296],
position: [120.587823, 31.313296],
icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
details: [
{
......@@ -146,7 +146,7 @@ var spotInfo = [
},
{
name: '山门殿',
position: [120.587821, 31.313488],
position: [120.587811, 31.313528],
icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
details: [
{
......
<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-06-26 14:44:03
* @LastEditTime: 2023-06-26 15:10:06
* @FilePath: /map-demo/src/views/index.vue
* @Description: 地图主体页面
-->
......@@ -289,7 +289,7 @@ export default {
showBuildingBlock: false, // 是否展示地图 3D 楼块
zooms: [17, 19], // 地图显示的缩放级别范围, 默认为 [2, 20] ,取值范围 [2 ~ 30]
showLabel: true, // 是否展示地图文字和 POI 信息
zoom: 19, // 设置地图显示的缩放级别
zoom: 18, // 设置地图显示的缩放级别
pitch: 0, // 俯仰角度,默认 0,最大值根据地图当前 zoom 级别不断增大,2D地图下无效 。
rotation: 0, // 地图顺时针旋转角度,取值范围 [0-360] ,默认值:0
center: [120.587382, 31.314504], // 设置地图中心点坐标
......