dzx %!s(int64=4) %!d(string=hai) anos
pai
achega
3ee8490359
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/visual.js

+ 2 - 2
js/visual.js

@@ -25,8 +25,8 @@ function init() {
             new SuperMap.Control.Navigation()
         ]
     });
-    
-    layer = new SuperMap.Layer.TiledDynamicRESTLayer("World", url, null, { maxResolution: "auto" });
+
+    layer = new SuperMap.Layer.TiledDynamicRESTLayer("World", url, { transparent: true });
     markerlayer = new SuperMap.Layer.Markers("markerLayer");
     layer.events.on({ "layerInitialized": addLayer });