Skip to content

Commit b36612e

Browse files
committed
fix classic 专题图示例 控件覆盖的问题。review by caoxinke.
1 parent 5306345 commit b36612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/classic/theme_themeDotDensity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ <h5 class='panel-title text-center'>点密度专题图</h5>
3939

4040
map = new SuperMap.Map("map", {
4141
controls: [
42-
new SuperMap.Control.LayerSwitcher(),
4342
new SuperMap.Control.ScaleLine(),
4443
new SuperMap.Control.Zoom(),
4544
new SuperMap.Control.Navigation({
@@ -48,6 +47,7 @@ <h5 class='panel-title text-center'>点密度专题图</h5>
4847
}
4948
})]
5049
});
50+
map.addControl(new SuperMap.Control.LayerSwitcher(), new SuperMap.Pixel(42, 80));
5151
baseLayer = new SuperMap.Layer.TiledDynamicRESTLayer("World", url, {
5252
transparent: true,
5353
cacheEnabled: true

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy