diff --git a/frontend/src/crosssection/components/CrossMap.vue b/frontend/src/crosssection/components/CrossMap.vue
new file mode 100644
index 000000000..8738787fc
--- /dev/null
+++ b/frontend/src/crosssection/components/CrossMap.vue
@@ -0,0 +1,221 @@
+/*
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+
+
+
+
+
diff --git a/frontend/src/crosssection/views/CrossHome.vue b/frontend/src/crosssection/views/CrossHome.vue
index b116195f5..5449809c3 100644
--- a/frontend/src/crosssection/views/CrossHome.vue
+++ b/frontend/src/crosssection/views/CrossHome.vue
@@ -15,13 +15,53 @@ Licensed under the Apache License, Version 2.0 (the "License");
Cross Section Home
diff --git a/frontend/src/router.js b/frontend/src/router.js
index a66e78509..4366f8686 100644
--- a/frontend/src/router.js
+++ b/frontend/src/router.js
@@ -147,7 +147,7 @@ const router = new Router({
meta: {
// list of required permissions (e.g. "edit: true" means user needs edit permission)
edit: true,
- app: 'registry'
+ app: 'wells'
}
},