changeset 4277:12398df5f414

Identify_tool: fixed nesting of divs which prevented infos from beeing shown
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 29 Aug 2019 09:25:53 +0200
parents 3dbe05de54ea
children 1d4e588a61df
files client/src/components/identify/Identify.vue client/src/store/map.js
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Wed Aug 28 19:02:39 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Thu Aug 29 09:25:53 2019 +0200
@@ -98,6 +98,8 @@
                 {{ forecastVsReality(feature) }}
               </small>
             </div>
+          </div>
+          <div>
             <small
               v-for="prop in featureProps(feature)"
               :key="prop.key"
--- a/client/src/store/map.js	Wed Aug 28 19:02:39 2019 +0200
+++ b/client/src/store/map.js	Thu Aug 29 09:25:53 2019 +0200
@@ -543,7 +543,7 @@
 
         if (iecdisUrl) {
           // cannot directly query here because of SOP
-          console.log("GetFeatureInfo url:", iecdisUrl);
+          // console.log("GetFeatureInfo url:", iecdisUrl);
         }
       });
     },