Revision 8840

View differences:

trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSProtocolHandler.java
562 562
			onlineResource = status.getOnlineResource();
563 563
		symbol = getSymbol(onlineResource);
564 564
        
565
		req.append(onlineResource + symbol + "REQUEST=GetLegendGraphic&SERVICE=WMS&VERSION=").append(getVersion()).append("&");
566
        req.append("LAYER=" + layerName)
567
        .append("&FORMAT=image/png");
565
		req.append(onlineResource + symbol + "REQUEST=GetLegendGraphic&SERVICE=WMS&VERSION=").append(getVersion());
566
        req.append("&LAYER=" + layerName).append("&TRANSPARENT=TRUE").append("&FORMAT=image/png");
568 567
		return req.toString().replaceAll(" ", "%20");
569 568
    }
570 569

  

Also available in: Unified diff