Parent Directory
|
Revision Log
|
Patch
trunk/thuban/Extensions/wms/layer.py revision 2181 by joey, Thu Apr 15 17:28:04 2004 UTC | branches/WIP-pyshapelib-bramz/Extensions/wms/layer.py revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC | |
---|---|---|
# | Line 229 class WMSLayer(BaseLayer): | Line 229 class WMSLayer(BaseLayer): |
229 | image/wbmp or WBMP which refers to WAP bitmap format and is | image/wbmp or WBMP which refers to WAP bitmap format and is |
230 | not supported by the included render engine. | not supported by the included render engine. |
231 | """ | """ |
232 | prio = ['jpeg', 'bmp'] | prio = ['png', 'gif', 'jpeg', 'bmp'] |
233 | for p in prio: | for p in prio: |
234 | for f in formats: | for f in formats: |
235 | if f.lower().find(p) > -1: | if f.lower().find(p) > -1: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |