maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH 09/22] indexlib: villages section is not of stre


From: Thomas Petazzoni
Subject: [Maposmatic-dev] [PATCH 09/22] indexlib: villages section is not of street type
Date: Fri, 30 Mar 2012 13:00:26 +0200

Signed-off-by: Thomas Petazzoni <address@hidden>
---
 ocitysmap2/indexlib/indexer.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ocitysmap2/indexlib/indexer.py b/ocitysmap2/indexlib/indexer.py
index 8f1cc53..663ca52 100644
--- a/ocitysmap2/indexlib/indexer.py
+++ b/ocitysmap2/indexlib/indexer.py
@@ -371,7 +371,8 @@ order by amenity_name""" \
         cursor = db.cursor()
 
         result = []
-        current_category = commons.IndexCategory(_(u"Villages"))
+        current_category = commons.IndexCategory(_(u"Villages"),
+                                                 is_street=False)
         result.append(current_category)
 
         query = """
-- 
1.7.4.1




reply via email to

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