[MXD2map-commits] bsh.mxd-konverter: r224:bef2e9522741

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 28 11:13:56 CEST 2011


details:   bsh.mxd-konverter/rev/bef2e9522741

changeset: 224:bef2e9522741

user:      Stephan Holl <stephan.holl at intevation.de>

date:      Wed Jul 27 09:46:36 2011 +0200

description:
Target of GetMap distinct


diffstat:

 contrib/python/generateHTML.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e412fad185ad -r bef2e9522741 contrib/python/generateHTML.py
--- a/contrib/python/generateHTML.py	Wed Jul 27 09:23:46 2011 +0200
+++ b/contrib/python/generateHTML.py	Wed Jul 27 09:46:36 2011 +0200
@@ -58,7 +58,7 @@
         if extent:
             ext = str(extent).strip('[\'\'\\r\\n]')
             gm += '&bbox='+''.join(ext)
-        print "<li><a target='_new' href='%s'>%s</a> | <a target='_new' href='%s'>WMS GetMap</a></li>" % (urlmapfile, layers[i], gm) 
+        print "<li><a target='_new' href='%s'>%s</a> | <a target='_getmap' href='%s'>WMS GetMap</a></li>" % (urlmapfile, layers[i], gm) 
         i=i+1
     print "</ul>"
 


More information about the MXD2map-commits mailing list