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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 29 11:48:43 EDT 2011


Author: sudeepsingh
Date: 2011-06-29 08:48:43 -0700 (Wed, 29 Jun 2011)
New Revision: 46856

Modified:
   grass-addons/grass7/gui/wxpython/wx.wms/readme.txt
Log:
Instructions to run add on added

Modified: grass-addons/grass7/gui/wxpython/wx.wms/readme.txt
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.wms/readme.txt	2011-06-29 14:30:55 UTC (rev 46855)
+++ grass-addons/grass7/gui/wxpython/wx.wms/readme.txt	2011-06-29 15:48:43 UTC (rev 46856)
@@ -8,5 +8,16 @@
 
 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. 
 
+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"
+3) make the source code
+3) Now run it , when launched , a new button shall appear in Main GUI window beside 'New Display button'
+4) Click on it, and a new wms window shall be launched. 
+5) Enter url of WMS 
+6) Click on Get Capabilites. 
+
+
+
 Author - 
 Sudeep Singh Walia



More information about the grass-commit mailing list