Ticket #1446 (closed bug: duplicate)
Openlayers load layer even if visibility=false
| Reported by: | filipe | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 Release |
| Component: | Map | Version: | 2.5 |
| Keywords: | Cc: | filipe@… | |
| State: | Complete |
Description
Openlayers always loads layer (even if visibility=false) if 'scales' array differs from base one. for instance, my base layer has this scales array: [5000000000, 3000000000, 1000000000, 500000000, 100000000, 50000000, 30000000]
All layers that uses this scales array: [1000000000, 500000000, 100000000, 50000000, 30000000]
are always loaded, even if visibility=false . the following patch solves this issue:
Cheers,
filipe
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

