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: |
292 |
format -- format, one of getFormats() |
format -- format, one of getFormats() |
293 |
""" |
""" |
294 |
self.wmsformat = format |
self.wmsformat = format |
295 |
|
self.format = self.getFormat(format) |
296 |
|
|
297 |
|
|
298 |
def getVisibleLayers(self): |
def getVisibleLayers(self): |