improve map

This commit is contained in:
jomo 2022-08-06 01:09:58 +02:00
parent 1b64cdd747
commit c5613e96b7
3 changed files with 653 additions and 415 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 269 KiB

View file

@ -20,7 +20,7 @@
<b>Coordinates</b> (click on map) <b>Coordinates</b> (click on map)
<div id="map"> <div id="map" title="Map for reference only. Not to scale!">
<img src="80x80.svg" onclick="mapClick(event)"> <img src="80x80.svg" onclick="mapClick(event)">
<div id="mapgrid"></div> <div id="mapgrid"></div>
</div> </div>

View file

@ -16,7 +16,7 @@
</div> </div>
<div id="mapcontainer"> <div id="mapcontainer">
<div id="map"> <div id="map">
<img src="80x80.svg"> <img src="80x80.svg" title="Map for reference only. Not to scale!">
<div id="mapgrid"></div> <div id="mapgrid"></div>
</div> </div>
<p id="mapnote"></p> <p id="mapnote"></p>