|
@@ -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 });
|
|
|
|