[GRASS-SVN] r47086 - grass-addons/grass7/gui/wxpython/wx.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 9 15:53:19 EDT 2011


Author: sudeepsingh
Date: 2011-07-09 12:53:19 -0700 (Sat, 09 Jul 2011)
New Revision: 47086

Modified:
   grass-addons/grass7/gui/wxpython/wx.wms/readme.txt
Log:
Beautiful soup installation requirement explained

Modified: grass-addons/grass7/gui/wxpython/wx.wms/readme.txt
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.wms/readme.txt	2011-07-09 19:45:57 UTC (rev 47085)
+++ grass-addons/grass7/gui/wxpython/wx.wms/readme.txt	2011-07-09 19:53:19 UTC (rev 47086)
@@ -8,6 +8,11 @@
 
 The project uses WMS service to fetch images of the maps. The Get Feature service of WMS services provides a GML based interface to access the information about various layers available. The WMS layer knowledge is used to update the GUI of the GRASS according to the available features for a particular layer. Thw WX-GUI is to be modified and to be integrated with the WMS services. 
 
+Libraries to be installed
+
+BeautifulSoup 3.2 needs to be installed. 
+
+
 How to run the add-on
 1) Copy files wmsmenu.py , parse.py to gui/wxpython/gui_modules/
 2) Patch wxgui.py and toolbars.py with command "cd path/to/sourceroot && cat core.diff | patch -p0"



More information about the grass-commit mailing list