336 |
|
|
337 |
def draw_raster_layer(self, layer): |
def draw_raster_layer(self, layer): |
338 |
"""Draw the raster layer""" |
"""Draw the raster layer""" |
339 |
# For now we cannot draw raster layers onto our VirtualDC |
# TODO: For now we cannot draw raster layers onto our VirtualDC |
340 |
pass |
log(_("Warning: Raster layer not written as " + |
341 |
|
"svgexport does not support this yet!\n")) |
342 |
|
|
343 |
def draw_raster_data(self, data, format="BMP"): |
def draw_raster_data(self, data, format="BMP"): |
344 |
"""Draw the raster image in data onto the DC""" |
"""Draw the raster image in data onto the DC""" |
345 |
# For now we cannot draw raster data onto our VirtualDC |
# TODO: For now we cannot draw raster data onto our VirtualDC |
346 |
pass |
pass |
347 |
|
|
348 |
def RenderMap(self, selected_layer, selected_shapes): |
def RenderMap(self, selected_layer, selected_shapes): |