修改 地图缩小抛出方法
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | <div class="rightFunc"> | 13 | <div class="rightFunc"> |
14 | <rightFunc @isReturn='EisReturn' | 14 | <rightFunc @isReturn='EisReturn' |
15 | @enlarge='Eenlarge' | 15 | @enlarge='Eenlarge' |
16 | @narrow='narrow' | 16 | @narrow='Enarrow' |
17 | @coordinate='Ecoordinate' | 17 | @coordinate='Ecoordinate' |
18 | @distance='Edistance' | 18 | @distance='Edistance' |
19 | @area='Earea' | 19 | @area='Earea' |
... | @@ -300,7 +300,7 @@ | ... | @@ -300,7 +300,7 @@ |
300 | this.viewer.camera.zoomIn(300); | 300 | this.viewer.camera.zoomIn(300); |
301 | } | 301 | } |
302 | // 缩小 | 302 | // 缩小 |
303 | ,EEnarrow() { | 303 | ,Enarrow() { |
304 | this.viewer.camera.zoomOut(300); | 304 | this.viewer.camera.zoomOut(300); |
305 | } | 305 | } |
306 | // 坐标 | 306 | // 坐标 | ... | ... |
-
Please register or sign in to post a comment