[QGIS Commit] r13954 - trunk/qgis/python/plugins/mapserver_export

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Jul 23 11:28:50 EDT 2010


Author: rduivenvoorde
Date: 2010-07-23 15:28:50 +0000 (Fri, 23 Jul 2010)
New Revision: 13954

Modified:
   trunk/qgis/python/plugins/mapserver_export/ms_export.py
Log:
removed obsolete &SERVICE=WMS from status-message for mode=map url

Modified: trunk/qgis/python/plugins/mapserver_export/ms_export.py
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/ms_export.py	2010-07-23 13:51:29 UTC (rev 13953)
+++ trunk/qgis/python/plugins/mapserver_export/ms_export.py	2010-07-23 15:28:50 UTC (rev 13954)
@@ -255,7 +255,7 @@
       logmsg += "\n> We only saved the LAYER portion of the map file. \nMerge this into an excisting map file to see it working\n"
     else:
       logmsg += "\n> If this mapfile is accessible by your mapserver, you\nshould be able to see the capabilities by firing this url:\n" + self.mapServerUrl + "?MAP="+self.mapFile+"&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities\n"
-      logmsg += "\n> if this mapfile is accessible by your mapserver, you\nshould be able to see a map by firing this url:\n" + self.mapServerUrl + "?MAP="+self.mapFile+"&SERVICE=WMS&LAYERS=ALL&MODE=MAP\n"
+      logmsg += "\n> if this mapfile is accessible by your mapserver, you\nshould be able to see a map by firing this url:\n" + self.mapServerUrl + "?MAP="+self.mapFile+"&LAYERS=ALL&MODE=MAP\n"
     return logmsg
 
   # Write the general parts of the map section



More information about the QGIS-commit mailing list