mMapView = (MapView)findViewById(R.id.map); String wmsURL = "http://********:8080/geoserver/AAA/wms?service=WMS&version=1.1.0&request=GetMap"; TextView yazi = (TextView) findViewById(R.id.yazi); wmsLayer = new WMSLayer(wmsURL); mMapView .addLayer(wmsLayer);
inputParameters.setLayers(new int[] { layerIndexes[selectedLayerIndex] });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.