pngtile/wsgi.py
changeset 39 eeedb6c2f7c0
parent 37 a6fc2c58e25b
child 40 5454d2e2f633
--- a/pngtile/wsgi.py	Wed Jan 06 16:45:33 2010 +0200
+++ b/pngtile/wsgi.py	Wed Jan 06 17:07:24 2010 +0200
@@ -61,6 +61,11 @@
     <body>
         <div id="wrapper">
             <div id="viewport" style="width: 100%%; height: 100%%">
+                <div class="overlay">
+                    <input type="button" id="btn-zoom-in" value="Zoom In" />
+                    <input type="button" id="btn-zoom-out" value="Zoom Out" />
+                </div>
+
                 <div class="substrate"></div>
             </div>
         </div>