maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Fix single page renderer


From: gael . utard
Subject: [Maposmatic-dev] [PATCH] Fix single page renderer
Date: Fri, 30 Mar 2012 16:16:04 +0200

From: Gael UTARD <address@hidden>

Previous commit changed the prototype of the constructor of the
parent class.

Signed-off-by: Gael UTARD <address@hidden>
---
 ocitysmap2/layoutlib/single_page_renderers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ocitysmap2/layoutlib/single_page_renderers.py 
b/ocitysmap2/layoutlib/single_page_renderers.py
index e5137c8..51c778f 100644
--- a/ocitysmap2/layoutlib/single_page_renderers.py
+++ b/ocitysmap2/layoutlib/single_page_renderers.py
@@ -67,7 +67,7 @@ class SinglePageRenderer(Renderer):
            index_position (str): None or 'side' (index on side),
               'bottom' (index at bottom).
         """
-        Renderer.__init__(self, db, rc, tmpdir, street_index)
+        Renderer.__init__(self, db, rc, tmpdir, dpi, street_index)
 
         self._grid_legend_margin_pt = \
             min(Renderer.GRID_LEGEND_MARGIN_RATIO * self.paper_width_pt,
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]