diff client/src/store/map.js @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents e9d2573329da
children dc9c150243df
line wrap: on
line diff
--- a/client/src/store/map.js	Fri Sep 20 17:41:11 2019 +0200
+++ b/client/src/store/map.js	Mon Sep 23 09:19:03 2019 +0200
@@ -416,18 +416,6 @@
           }
         }
 
-        // DEBUG output and example how to remove the GeometryName
-        /*
-          for (let feature of features) {
-            console.log("Identified:", feature.getId());
-            for (let key of feature.getKeys()) {
-              if (key != feature.getGeometryName()) {
-                console.log(key, feature.get(key));
-              }
-            }
-          }
-          */
-
         let currentResolution = map.getView().getResolution();
 
         var waterwayAxisSource = map.getLayer("WATERWAYAXIS").getSource();
@@ -544,11 +532,6 @@
           // { INFO_FORMAT: "application/vnd.ogc.gml" } // not allowed by d4d
           { INFO_FORMAT: "text/plain" }
         );
-
-        if (iecdisUrl) {
-          // cannot directly query here because of SOP
-          // console.log("GetFeatureInfo url:", iecdisUrl);
-        }
       });
     },
     refreshLayers({ state }) {