首页 / 浏览问题 / 移动GIS / 问题详情
android CRS
2EXP 2021年04月23日

WMSLayerView  加载 wms 服务  

        Point2D point2D = new Point2D(31.384573,110.353705);
        Point2D point2= new Point2D(36.366828,116.644514);
        BoundingBox box = new BoundingBox(point2D,point2);
        WMSLayerView layerView = new WMSLayerView(this, "http://39.100.2.35:6080/arcgis/services/henan_region/MapServer/WmsServer", "1.3.0", "1","EPSG:4326",box);

设置 EPSG:4326 可以正常加载出来地图,设置CRS:84,EPSG:3857 加载不出来地图,请问怎么配置的?

1个回答

您好,首先确定您的原始数据是哪个坐标系,然后在这设置对应的坐标系。您那边使用的产品是iMobile Lite,目前该产品已经开源,不提供技术 支持服务,如果有问题直接下载源码进行修改,下载地址:https://github.com/SuperMap/iMobile-Lite-for-Android
9,137EXP 2021年04月25日
...