diff client/src/components/Main.vue @ 3011:fc8fbea24568

client: moved map component, layer factory and styles to own subdirectory
author Markus Kottlaender <markus@intevation.de>
date Thu, 11 Apr 2019 12:14:01 +0200
parents 61f69e8919d3
children 083cd270bdfd
line wrap: on
line diff
--- a/client/src/components/Main.vue	Thu Apr 11 12:13:27 2019 +0200
+++ b/client/src/components/Main.vue	Thu Apr 11 12:14:01 2019 +0200
@@ -121,7 +121,7 @@
 export default {
   components: {
     // all components that are supposed to be displayed in a pane must be registered here
-    Maplayer: () => import("./Maplayer")
+    Map: () => import("./map/Map")
   },
   computed: {
     ...mapState("application", ["panes", "paneMode"])