Revision 3592 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSProtocolHandler.java

View differences:

WMSProtocolHandler.java
365 365
                    "&HEIGHT=" + status.getHeight() + "&FORMAT=" + status.getFormat() +
366 366
                    "&" + Utilities.Vector2URLParamString(status.getDimensions());
367 367

  
368
//        if (status.getTransparency()) {
369
//            req += "&TRANSPARENT=TRUE";
370
//        }
368
        if (status.getTransparency()) {
369
            req += "&TRANSPARENT=TRUE";
370
        }
371 371
//
372 372
//        if (status.getBGColor() != null) {
373 373
//            req += ("&COLOR=" + status.getBGColor());
374 374
//        }
375 375
//
376
//        if (time != null) {
377
//            req += ("&TIME=" + time);
378
//        }
379
//
380
//        if (elevation != -1) {
381
//            req += ("&ELEVATION=" + elevation);
382
//        }
383 376

  
377

  
384 378
        return req.replaceAll(" ", "%20");
385 379
    }
386 380

  

Also available in: Unified diff