Mercurial > mxd2map
changeset 224:bef2e9522741
Target of GetMap distinct
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 27 Jul 2011 09:46:36 +0200 |
parents | e412fad185ad |
children | a9a3ce2625a8 |
files | contrib/python/generateHTML.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>"