some steps to make tile cache in indexedDB work - tiles don't paint correctly now...
[lantea.git] / index.html
index 2bfb6b56d80f5b536e763fe8521394018a7b53d6..d5a79757b215420a62ef5709f07fb2f4397ce674 100644 (file)
@@ -15,7 +15,7 @@
   <link rel="stylesheet" href="style/lantea.css">
   <link rel="shortcut icon" href="style/lanteaIcon16.png" type="image/png">
 </head>
-<body>
+<body id="body">
 <h1>Lantea Map</h1>
 
 <div id="menuArea" class="overlayArea">
@@ -25,7 +25,7 @@
 <input type="button" id="saveTrackButton" value="Save"
        onclick="saveTrack();">
 <input type="button" id="dumpTrackButton" value="Dump"
-       onclick="saveTrackDump();" class="debugHideX">
+       onclick="saveTrackDump();" class="debugHide">
 <input type="button" id="clearTrackButton" value="Clear"
        onclick="clearTrack();"><br/>
 <input type="checkbox" id="trackCheckbox"
@@ -53,12 +53,20 @@ Map style:
        onclick="zoomOut();">
 </div>
 
+<div id="fullscreenArea" class="overlayArea">
+<!-- other possible characters: &#x25F0; -->
+<input type="button" id="fullscreenButton" value="&#x25A3;"
+       onclick="toggleFullscreen();">
+</div>
+
 <p id="debug" class="debugHide"></p>
 <p id="copyright" class="overlayArea"></p>
 
 <canvas id="map" width="500" height="500">
   Please use a browser that supports &lt;canvas&gt; elements.
 </canvas>
+<canvas id="track" width="500" height="500">
+</canvas>
 
 </body>
 </html>
\ No newline at end of file