dongzaixing 4 years ago
parent
commit
b6c7271d83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/visual.js

+ 1 - 1
js/visual.js

@@ -24,7 +24,7 @@ $(function () {
 function init() {
     map = new SuperMap.Map("map", {
         controls: [
-            new SuperMap.Control.Zoom(),
+            //new SuperMap.Control.Zoom(),
             new SuperMap.Control.Navigation()
         ]
     });