html improvements

Improvements:
-fix position bug
-display position of mouse pointer
-enable higher zoom in
This commit is contained in:
est31
2015-02-21 01:03:49 +01:00
parent e3d740cbb8
commit 9a9955601e
3 changed files with 30 additions and 5 deletions

View File

@ -7,7 +7,12 @@
<script src="map.js"></script>
</head>
<body>
<div id="map" style="">
<div id="mapcontainer">
<div id="info">
Position: <code id='mousemove'></code>
</div>
<div id="map">
</div>
</div>
</body>
</html>