make index.html point to working sketch
This commit is contained in:
parent
b7f5b6b4ee
commit
6635036974
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Sketch HambiMap</title>
|
||||
<body>
|
||||
<h2>Sketch HambiMap</h2>
|
||||
<a href="main_with_title.html">Sketch with a title area above the map</a>
|
||||
<br/>
|
||||
<a href="main_with_sidebar.html">Sketch where I moved all the stuff from the title area to a sidebar</a>
|
||||
</body>
|
||||
</html>
|
1
sketch/html/index.html
Symbolic link
1
sketch/html/index.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
main_with_sidebar.html
|
|
@ -174,6 +174,7 @@ map.on('zoom', onMapZoom);
|
|||
map.on('mousedown', onMapMouseDown);
|
||||
map.on('mouseup', onMapMouseUp);
|
||||
map.on('contextMenu', onMapContextMenu);
|
||||
L.DomUtil.toBack(map);
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
|
10
sketch/html/overview.html
Normal file
10
sketch/html/overview.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>Sketch HambiMap</title>
|
||||
<body>
|
||||
<h2>Sketch HambiMap</h2>
|
||||
<a href="main_with_title.html">Sketch with a title area above the map</a>
|
||||
<br/>
|
||||
<a href="main_with_sidebar.html">Sketch where I moved all the stuff from the title area to a sidebar</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue