Signed-off-by: Thomas Petazzoni <[email protected]>
---
 ocitysmap2/layoutlib/multi_page_renderer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ocitysmap2/layoutlib/multi_page_renderer.py 
b/ocitysmap2/layoutlib/multi_page_renderer.py
index 73d520c..1748ac6 100644
--- a/ocitysmap2/layoutlib/multi_page_renderer.py
+++ b/ocitysmap2/layoutlib/multi_page_renderer.py
@@ -238,7 +238,7 @@ class MultiPageRenderer(Renderer):
             for cat in idx.categories:
                 # Mark each IndexItem with its page number
                 for item in cat.items:
-                    item.page_number = page_number
+                    item.page_number = (page_number + 1)
                 # Split in two lists depending on the category type
                 # (street or other)
                 if cat.is_street:
-- 
1.7.4.1


Reply via email to