comparison 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
comparison
equal deleted inserted replaced
2369:89a3096e1988 2370:7fe2f5d334dc
104 components: { 104 components: {
105 Profiles: () => import("./fairway/Profiles"), 105 Profiles: () => import("./fairway/Profiles"),
106 Infobar: () => import("./fairway/Infobar"), 106 Infobar: () => import("./fairway/Infobar"),
107 Pdftool: () => import("./Pdftool"), 107 Pdftool: () => import("./Pdftool"),
108 Zoom: () => import("./Zoom"), 108 Zoom: () => import("./Zoom"),
109 Identify: () => import("./Identify"), 109 Identify: () => import("./identify/Identify"),
110 Layers: () => import("./layers/Layers"), 110 Layers: () => import("./layers/Layers"),
111 Sidebar: () => import("./Sidebar"), 111 Sidebar: () => import("./Sidebar"),
112 Search: () => import("./Search"), 112 Search: () => import("./Search"),
113 Contextbox: () => import("./Contextbox"), 113 Contextbox: () => import("./Contextbox"),
114 Toolbar: () => import("./toolbar/Toolbar") 114 Toolbar: () => import("./toolbar/Toolbar")