# HG changeset patch # User Raimund Renkert # Date 1555575456 -7200 # Node ID 71129566acdf236a41460c7cbc2480d7b29975b4 # Parent db890b71f0709a0a2620ff29e71dd351d1bcf29f client: Increased click radius for distance marks feature info. diff -r db890b71f070 -r 71129566acdf client/src/store/map.js --- a/client/src/store/map.js Thu Apr 18 08:41:43 2019 +0200 +++ b/client/src/store/map.js Thu Apr 18 10:17:36 2019 +0200 @@ -428,7 +428,6 @@ ); if (wareaUrl) { - // cannot directly query here because of SOP HTTP.get(wareaUrl, { headers: { "X-Gemma-Auth": localStorage.getItem("token") @@ -455,7 +454,7 @@ ); if (dmaUrl) { - HTTP.get(dmaUrl, { + HTTP.get(dmaUrl + "&BUFFER=5", { headers: { "X-Gemma-Auth": localStorage.getItem("token") }