bh: thuban/Thuban/UI baserenderer.py,1.9,1.10
cvs@intevation.de
cvs at intevation.de
Fri May 28 19:29:32 CEST 2004
Author: bh
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv10965/Thuban/UI
Modified Files:
baserenderer.py
Log Message:
Fix some typos.
Index: baserenderer.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/baserenderer.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- baserenderer.py 11 Nov 2003 18:16:20 -0000 1.9
+++ baserenderer.py 28 May 2004 17:29:30 -0000 1.10
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003 by Intevation GmbH
+# Copyright (c) 2001, 2002, 2003, 2004 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
# Jonathan Coles <jonathan at intevation.de>
@@ -42,7 +42,7 @@
# (layer_class, draw_function) pairs. If the renderer has to draw a
# non-builtin layer type, i.e. a layer that is not a subclass of Layer
# or RasterLayer, it iterates through that list, tests whether the layer
-# to be drawin is an instance of layer_class and if so calls
+# to be drawn is an instance of layer_class and if so calls
# draw_function with the renderer and the layer as arguments. Since
# drawing is done incrementally, the draw_function should return an
# iterable. The easiest way is to simply implement the draw_function as
@@ -64,7 +64,7 @@
function should return an iterable. The easiest way is to simply
implement the draw_function as a generator and to yield True in
suitable places, or to return the empty tuple if it's not possible
- to do the rendering in incrementally.
+ to do the rendering incrementally.
"""
_renderer_extensions.append((layer_class, function))
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)