Skip to content

Commit 52afdee

Browse files
author
pdavidc
committed
Removed unnecessary WMS version override in WMS layer constructor.
Applies pull request #13 to the develop branch.
1 parent 9bebe0b commit 52afdee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gov/nasa/worldwind/wms/WMSTiledImageLayer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public static AVList wmsGetParamsFromCapsDoc(WMSCapabilities caps, AVList params
145145
setFallbacks(params);
146146

147147
// Setup WMS URL builder.
148-
params.setValue(AVKey.WMS_VERSION, caps.getVersion());
149148
params.setValue(AVKey.TILE_URL_BUILDER, new URLBuilder(params));
150149
// Setup default WMS tiled image layer behaviors.
151150
params.setValue(AVKey.USE_TRANSPARENT_TEXTURES, true);

0 commit comments

Comments
 (0)