Add a loading progress bar, as it can be slow with internal webserver (100ms/request)
plus large history (120 requests). (cherry picked from commit e1b0b7a5b6759bb7a59536efcc4d6652d92dda16)
This commit is contained in:
parent
870233977c
commit
dd734debc3
3 changed files with 7 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<body onload="initialize()">
|
||||
<div id="loader" class="hidden">
|
||||
<img src="spinny.gif" id="spinny">
|
||||
<progress id="loader_progress"></progress>
|
||||
</div>
|
||||
|
||||
<div id="map_container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue