/[thuban]/trunk/thuban/Extensions/svgexport/svgmapwriter.py
ViewVC logotype

Diff of /trunk/thuban/Extensions/svgexport/svgmapwriter.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2489 by bernhard, Sun Dec 19 10:14:38 2004 UTC revision 2490 by bernhard, Mon Dec 20 10:08:58 2004 UTC
# Line 336  class SVGRenderer(BaseRenderer): Line 336  class SVGRenderer(BaseRenderer):
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):

Legend:
Removed from v.2489  
changed lines
  Added in v.2490

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26