mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
removed obsolete &SERVICE=WMS from status-message for mode=map url
git-svn-id: http://svn.osgeo.org/qgis/trunk@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
86fb9e664d
commit
5394fddc4f
@ -255,7 +255,7 @@ class Qgis2Map:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user