Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-05-19 14:54:27 | 2 | * @Date: 2023-05-19 14:54:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-11 18:27:35 | 4 | + * @LastEditTime: 2024-08-07 09:54:06 |
| 5 | * @FilePath: /map-demo/src/views/tools.vue | 5 | * @FilePath: /map-demo/src/views/tools.vue |
| 6 | * @Description: 公众地图主体页面 | 6 | * @Description: 公众地图主体页面 |
| 7 | --> | 7 | --> |
| ... | @@ -344,8 +344,8 @@ export default { | ... | @@ -344,8 +344,8 @@ export default { |
| 344 | forceVector: false, | 344 | forceVector: false, |
| 345 | // rotateEnable: true, | 345 | // rotateEnable: true, |
| 346 | layers: [ | 346 | layers: [ |
| 347 | - // new AMap.TileLayer.RoadNet(), | 347 | + new AMap.TileLayer.RoadNet(), |
| 348 | - // new AMap.TileLayer.Satellite(), | 348 | + new AMap.TileLayer.Satellite(), |
| 349 | ], | 349 | ], |
| 350 | features: ['bg', 'road'], // 设置地图上显示的元素种类 | 350 | features: ['bg', 'road'], // 设置地图上显示的元素种类 |
| 351 | animateEnable: false, // 地图平移过程中是否使用动画 | 351 | animateEnable: false, // 地图平移过程中是否使用动画 | ... | ... |
-
Please register or login to post a comment