Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/mainShow2.vue
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/mainShow2.vue	(revision 38686)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/mainShow2.vue	(working copy)
@@ -43,7 +43,7 @@
 import Earth from "./charts/Earth3D";
 import Table from "./table/AccessTable";
 export default {
-  name: 'mainShow2',
+  name: 'MainShow2',
   components: {
     'header-page': HeaderPage,
     'earth': Earth,
Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/map/DataMap.vue
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/map/DataMap.vue	(revision 38686)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/components/map/DataMap.vue	(working copy)
@@ -243,10 +243,10 @@
         pageIconInactiveColor: '#164c6d',
         orient: 'vertical',
         right: '5%',
-        top: '10%',
+        top: '18%',
         textStyle: {
           color: '#78a2dc',
-          fontSize: '12'
+          fontSize: '10'
         },
         formatter: function (name) {
           return name.length > 10 ? name.substr(0, 7) + '...' : name
Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/router/index.js
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/router/index.js	(revision 38686)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/client/src/router/index.js	(working copy)
@@ -2,7 +2,7 @@
 import Router from 'vue-router'
 
 // new page
-import MainShow2 from '@/components/MainShow2'
+import MainShow2 from '@/components/mainShow2'
 
 Vue.use(Router)
 
