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:
layers.indexOf(layer.params.LAYERS) != -1) && |
Change History (2)
comment:1 by , 12 years ago
Milestone: | v2.8.0 RC0 → v2.8.0 RC2 |
---|
comment:2 by , 12 years ago
Milestone: | v2.8.0 RC2 → v2.8.0 |
---|
Note:
See TracTickets
for help on using tickets.