Skip to content

Commit 6596783

Browse files
author
rduivenvoorde
committedJul 23, 2010
removed obsolete &SERVICE=WMS from status-message for mode=map url
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cda29ae commit 6596783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/mapserver_export/ms_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def writeMapFile(self):
255255
logmsg += "\n> We only saved the LAYER portion of the map file. \nMerge this into an excisting map file to see it working\n"
256256
else:
257257
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"
258-
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"
258+
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"
259259
return logmsg
260260

261261
# Write the general parts of the map section

0 commit comments

Comments
 (0)