首页 / 浏览问题 / 移动GIS / 问题详情
超图FAQ: SuperMap iMobile for Android 8C 打开的WMS地图服务,空白的地方遮挡了下面的图层怎么办?
64,468EXP 2021年03月17日
超图FAQ: SuperMap iMobile for Android 8C 打开的WMS地图服务,空白的地方遮挡了下面的图层怎么办?

1个回答

超图FAQ: WMS地图服务添加到地图后设置图层透明色:
Layer layer = m_mapControl.getMap().getLayers().add(dataset, true);
LayerSettingImage layerSettingImage = (LayerSettingImage)layer.getAdditionalSetting() ;
layerSettingImage.setTransparent(true);
layerSettingImage.setTransparentColor(new Color(132,255,132));
layerSettingImage.setTransparentColorTolerance(50);
64,468EXP 2021年03月17日
热门文章
关注我们
...