diff client/src/components/App.vue @ 2370:7fe2f5d334dc

client: improved identify tool readability There's now a formatter.js which can be used to format labels and values or to remove information that is not needed.
author Markus Kottlaender <markus@intevation.de>
date Thu, 21 Feb 2019 14:57:04 +0100
parents a25b4988eb0c
children c69432c1c4ac
line wrap: on
line diff
--- a/client/src/components/App.vue	Thu Feb 21 14:43:45 2019 +0100
+++ b/client/src/components/App.vue	Thu Feb 21 14:57:04 2019 +0100
@@ -106,7 +106,7 @@
     Infobar: () => import("./fairway/Infobar"),
     Pdftool: () => import("./Pdftool"),
     Zoom: () => import("./Zoom"),
-    Identify: () => import("./Identify"),
+    Identify: () => import("./identify/Identify"),
     Layers: () => import("./layers/Layers"),
     Sidebar: () => import("./Sidebar"),
     Search: () => import("./Search"),