#152 closed defect (fixed)
wmservice's ie6 compatibility patch
Reported by: | flbergeron | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: |
Description
[PGSQLMapContextConfig] the default format of a wms service layer, "image/png", breaks the openlayer capacity to pick the right format depending on the browser.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | geprisma_rev888_patch_wms_service.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
More comments :
The OpenLayers.Layer.WMS object automatically change the 'format' parameter when the 'transparency' option is set to true. It also deals with IE6 limitations with png. That is the case only if the format is set to 'image/jpeg', i.e. the default value. So, leaving this option as it is lets OpenLayers do the right thing when choosing the format.
Note:
See TracTickets
for help on using tickets.
fixed, r889.