diff --git a/static/map.js b/static/map.js index 41b518b..ae966f3 100644 --- a/static/map.js +++ b/static/map.js @@ -2,6 +2,8 @@ function update_map(event) { event.preventDefault(); + document.getElementById("svgcontainer").innerHTML = '

Generating, please wait…

'; + var lat = document.getElementById('lat').value; var lon = document.getElementById('lon').value; diff --git a/views/index.tpl b/views/index.tpl index 73227d0..99c047d 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -4,7 +4,6 @@ - QSOMap: Azimuthal-equidistant SVG map generator