diff --git a/package-lock.json b/package-lock.json
index e2c67ce..ec00f70 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7162,6 +7162,11 @@
"minimist": "^1.2.5"
}
},
+ "motion-sensors-polyfill": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/motion-sensors-polyfill/-/motion-sensors-polyfill-0.3.1.tgz",
+ "integrity": "sha1-+N/hhhS3GcddjEZpFKOTG/yMjR8="
+ },
"move-concurrently": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz",
@@ -10314,6 +10319,11 @@
"neo-async": "^2.6.0"
}
},
+ "three": {
+ "version": "0.116.1",
+ "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz",
+ "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ=="
+ },
"through": {
"version": "2.3.8",
"resolved": "https://registry.npm.taobao.org/through/download/through-2.3.8.tgz",
@@ -10904,6 +10914,11 @@
}
}
},
+ "vue-router": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npm.taobao.org/vue-router/download/vue-router-3.1.6.tgz?cache=0&sync_timestamp=1588663962110&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-3.1.6.tgz",
+ "integrity": "sha1-RfWjo4Q+MXAsBh3YKTk1VOQyj4k="
+ },
"vue-style-loader": {
"version": "4.1.2",
"resolved": "https://registry.npm.taobao.org/vue-style-loader/download/vue-style-loader-4.1.2.tgz",
diff --git a/package.json b/package.json
index a7a0d52..0ca71a5 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,12 @@
"dependencies": {
"@mdi/font": "^3.6.95",
"core-js": "^3.6.4",
+ "motion-sensors-polyfill": "^0.3.1",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
+ "three": "^0.116.1",
"vue": "^2.6.11",
+ "vue-router": "^3.1.6",
"vuetify": "^2.2.11",
"vuex": "^3.1.3"
},
@@ -20,6 +23,7 @@
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-pwa": "~4.3.0",
+ "@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
@@ -30,5 +34,7 @@
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
- }
+ },
+ "_id": "vue_pwa@0.1.0",
+ "readme": "ERROR: No README data found!"
}
diff --git a/public/img/map/bump.jpg b/public/img/map/bump.jpg
new file mode 100644
index 0000000..c19b442
Binary files /dev/null and b/public/img/map/bump.jpg differ
diff --git a/public/img/map/map.jpg b/public/img/map/map.jpg
new file mode 100644
index 0000000..31dd3e4
Binary files /dev/null and b/public/img/map/map.jpg differ
diff --git a/public/img/map/night.jpg b/public/img/map/night.jpg
new file mode 100644
index 0000000..5151352
Binary files /dev/null and b/public/img/map/night.jpg differ
diff --git a/public/img/map/spekular.jpg b/public/img/map/spekular.jpg
new file mode 100644
index 0000000..b3a412d
Binary files /dev/null and b/public/img/map/spekular.jpg differ
diff --git a/public/index.html b/public/index.html
index 4123528..bc51465 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,8 @@
<%= htmlWebpackPlugin.options.title %>
+
+