You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plugins/mapserver_export/ms_export.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ def writeMapFile(self):
255
255
logmsg+="\n> We only saved the LAYER portion of the map file. \nMerge this into an excisting map file to see it working\n"
256
256
else:
257
257
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"
0 commit comments