# HG changeset patch # User Stephan Holl # Date 1311767895 -7200 # Node ID 1cfb92731f482decea1ac5f5a34f5b0e9608d353 # Parent 58d8ac96268316c6f8bdca6cdb368484c9abdb9b Added link to the mapfile diff -r 58d8ac962683 -r 1cfb92731f48 contrib/python/generateHTML.py --- a/contrib/python/generateHTML.py Wed Jul 27 13:45:21 2011 +0200 +++ b/contrib/python/generateHTML.py Wed Jul 27 13:58:15 2011 +0200 @@ -46,11 +46,11 @@ basename = os.path.basename(mapfile) png = mapfile.replace(".map", "_arcpy.png") gc = getcaps + '&map=' + mapfile - print '''
  • Layer: %s | GetCapabilities
  • + print '''
  • Layer: %s | GetCapabilities

  • Anzahl der Layer: %s -''' % (basename, gc, png, png, len(layers)) +''' % (mapfile, basename, gc, png, png, len(layers)) i = 0 print "