Opened 12 years ago

Last modified 12 years ago

#949 new defect

OGCUtil.layerExistsInMap renders false if a wms-url contains multiple layers

Reported by: pvgenuchten Owned by: jgarcia
Priority: major Milestone: v2.8.0
Component: General Version: v2.6.4
Keywords: Cc:

Description

if a layer has wms?layers=a,b,c the test will render false if the same a,b,c- wms-url is added

lin 168 in ogcutil.js should be changed to:

if ((lr.params.LAYERS==layer.params.LAYERS
layers.indexOf(layer.params.LAYERS) != -1) &&

Change History (2)

comment:1 by ianwallen, 12 years ago

Milestone: v2.8.0 RC0v2.8.0 RC2

comment:2 by ianwallen, 12 years ago

Milestone: v2.8.0 RC2v2.8.0
Note: See TracTickets for help on using tickets.