improve map
This commit is contained in:
parent
1b64cdd747
commit
c5613e96b7
3 changed files with 653 additions and 415 deletions
1064
static/80x80.svg
1064
static/80x80.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 269 KiB |
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue