maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH ocitysmap 1/6] Update erroneous comments.


From: Gaël UTARD
Subject: [Maposmatic-dev] [PATCH ocitysmap 1/6] Update erroneous comments.
Date: Tue, 22 Dec 2009 00:37:41 +0100

---
 ocitysmap/street_index.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ocitysmap/street_index.py b/ocitysmap/street_index.py
index 03416f0..29bbd1b 100644
--- a/ocitysmap/street_index.py
+++ b/ocitysmap/street_index.py
@@ -495,8 +495,8 @@ class OCitySMap:
         defined or in the bounding box otherwise, and for each
         street, the list of squares that it intersects.
 
-        Returns a list of the form [(street_name, [[0, 1], [1, 1]]),
-                                    (street2_name, [[1, 2]])]
+        Returns a list of the form [(street_name, 'A-B1'),
+                                    (street2_name, 'B3')]
         """
 
         self.gen_map_areas(db)
@@ -565,8 +565,8 @@ class OCitySMap:
         defined or in the bounding box otherwise, and for each
         street, the list of squares that it intersects.
 
-        Returns a list of the form [(street_name, [[0, 1], [1, 1]]),
-                                    (street2_name, [[1, 2]])]
+        Returns a list of the form [(street_name, 'A-B1'),
+                                    (street2_name, 'B3')]
         """
 
         self.gen_map_areas(db)
-- 
1.6.5.7





reply via email to

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