changeset 3078:71129566acdf

client: Increased click radius for distance marks feature info.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 18 Apr 2019 10:17:36 +0200
parents db890b71f070
children 57255fda7594
files client/src/store/map.js
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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")
             }