From 7e32d3d7ab3b116ceef1dfaa4a6216ed1d0fbf7b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 20 Jul 2021 18:51:33 +0800
Subject: [PATCH] 位置选择
---
src/components/map/main.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index f49e9e1..21bc0b0 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -95,11 +95,11 @@
// 注意地图控件的写法
controls: defaults().extend([
- new FullScreen(),
- new ScaleLine(),
- new MousePosition(),
- new Rotate(),
- new Attribution()
+ // new FullScreen(),
+ // new ScaleLine(),
+ // new MousePosition(),
+ // new Rotate(),
+ // new Attribution()
]),
target: 'map',
view: new OlView({
--
Gitblit v1.9.3