diff documentViewer.py @ 307:ec5e920a61e6

*** empty log message ***
author abukhman
date Fri, 15 Oct 2010 11:58:12 +0200
parents ad1458aff8a6
children 80ae2324562b
line wrap: on
line diff
--- a/documentViewer.py	Thu Oct 14 17:01:20 2010 +0200
+++ b/documentViewer.py	Fri Oct 15 11:58:12 2010 +0200
@@ -187,9 +187,13 @@
         return self.template.fulltextclient.getSearch(**args)
     
     def getGisPlaces(self, **args):
-        """get search"""
+        """get gis places"""
         return self.template.fulltextclient.getGisPlaces(**args)
-
+ 
+    def getAllGisPlaces(self, **args):
+        """get all gis places"""
+        return self.template.fulltextclient.getGisPlaces(**args)
+ 
     def getNumPages(self, docinfo):
         """get numpages"""
         return self.template.fulltextclient.getNumPages(docinfo)