From 0397e2fb15fbccc77d6da16196d30ae54114aa2f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 06 Sep 2021 16:52:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
src/components/map/main.vue | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index ddca33a..2e69e7e 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -125,6 +125,12 @@
// })
// })
+
+
+
+
+
+
var projection = getProjection("EPSG:4326");
var projectionExtent = projection.getExtent();
var size = getWidth(projectionExtent) / 256;
@@ -174,6 +180,12 @@
})
})
+
+
+
+
+
+
this.parentParameter();
@@ -327,7 +339,7 @@
},
parentParameter () {
- this.$emit('childParameter', this.ol2d)
+ this.$emit('childParameter', this.ol2d)
}
}
}
--
Gitblit v1.9.3