﻿
//the function displays the error in the error panel at the bottom of the map
function showError(error) {
    document.getElementById("errorPanel").innerHTML = error;
}
