diff --git a/code/boot.js b/code/boot.js index d607a02b..290915f0 100644 --- a/code/boot.js +++ b/code/boot.js @@ -35,6 +35,8 @@ window.setupStyles = function() { } window.setupMap = function() { + $('#map').text(''); + var osmOpt = {attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18}; var osm = new L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', osmOpt);