aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorpezholio <pezholio@gmail.com>2017-03-17 16:36:24 +0000
committerpezholio <pezholio@gmail.com>2017-03-17 16:36:24 +0000
commit5370647bfa52503948148753bad7bca5c463d79c (patch)
tree55865dae808167a0cc51fbd8478dcb23d0770065 /templates
parent013710b997f74da134bc9f6f7896fddae4a38879 (diff)
Show loading indicator when loading pins
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/maps/openlayers.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/base/maps/openlayers.html b/templates/web/base/maps/openlayers.html
index 18829c5c4..215b69d26 100644
--- a/templates/web/base/maps/openlayers.html
+++ b/templates/web/base/maps/openlayers.html
@@ -33,4 +33,6 @@
[% IF map.copyright %]
<div class="olControlAttribution" style="position: absolute;">[% map.copyright %]</div>
[% END %]
-
+ <div id="loading-indicator" class="hidden" aria-hidden="true">
+ <img src="/i/loading.svg" alt="Loading..." />
+ </div>