Signed-off-by: Thomas Petazzoni <[email protected]>
---
 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