252627282930313233
} @Override protected void addLayer(MapCtrl map) { String testRrl="http://localhost:8080/chunmapService/test?"; Layer layer=new WmsLayer(testRrl); map.getLayerCollection().add(layer); }