diff --git a/web/map.js b/web/map.js index f00221e7..7b8763c4 100644 --- a/web/map.js +++ b/web/map.js @@ -150,9 +150,9 @@ function makeRequest(url, func, type, fail, post, contenttype) img.style.width = config.zoomSize[zoom] + 'px'; img.style.height = config.zoomSize[zoom] + 'px'; - //img.style.borderStyle = 'none'; - img.style.border = '1px solid red'; - img.style.margin = '-1px -1px -1px -1px'; + img.style.borderStyle = 'none'; + //img.style.border = '1px solid red'; + //img.style.margin = '-1px -1px -1px -1px'; var pfx = caveMode ? "c" : "";