From 5fcb24c1c9312bff033ff50b1f4e6f815062463b Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Tue, 2 May 2023 11:48:04 +0000
Subject: [PATCH] Update public/page5.html, public/page1.html,
 public/page3.html, public/page4.html

---
 public/page1.html |  2 +-
 public/page3.html |  2 +-
 public/page4.html |  2 +-
 public/page5.html | 17 +++++++++++++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/public/page1.html b/public/page1.html
index 9fa0a40..3fca15e 100644
--- a/public/page1.html
+++ b/public/page1.html
@@ -45,7 +45,7 @@
       barcode-value="4"
       id="marker1"
       emitevents="true"
-      location-based="latitude: 37.7749; longitude: -122.4194; altitude: 0;"
+      location-based="latitude: 48.77988545503521; longitude: 9.173586527979367; altitude: 0;"
     >
       <a-entity
         id="model1"
diff --git a/public/page3.html b/public/page3.html
index 026c7fb..ec2bbb1 100644
--- a/public/page3.html
+++ b/public/page3.html
@@ -19,7 +19,7 @@
                     src="assets/asset.jpeg"
                     look-at="[gps-camera]"
                     scale="1 1 1"
-                    gps-entity-place="latitude: 48.7809182093566; longitude: 9.173715785973716;"
+                    gps-entity-place=""latitude: 48.77988545503521; longitude: 9.173586527979367;"
                 ></a-image>
 
             <a-camera gps-camera rotation-reader></a-camera>
diff --git a/public/page4.html b/public/page4.html
index 5763bf2..4b6baf3 100644
--- a/public/page4.html
+++ b/public/page4.html
@@ -17,7 +17,7 @@ degrees from your real location.
 -->
 <a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false' renderer='antialias: true; alpha: true'>
 	<a-camera gps-new-camera='gpsMinDistance: 5; simulateLatitude: 51.049; simulateLongitude: -0.723'></a-camera>
-	<a-entity material='color: red' geometry='primitive: box' gps-new-entity-place="latitude: 51.05; longitude: -0.723" scale="10 10 10"></a-entity>
+	<a-entity material='color: red' geometry='primitive: box' gps-new-entity-place="latitude: 48.77988545503521; longitude: 9.173586527979367" scale="10 10 10"></a-entity>
 </a-scene>
 	
 </body>
diff --git a/public/page5.html b/public/page5.html
index 8b13789..c29d345 100644
--- a/public/page5.html
+++ b/public/page5.html
@@ -1 +1,18 @@
+<!DOCTYPE html>
+<html> 
+    <head>
+        <title>dev location</title>
+        <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
+        <script type='text/javascript' src='build/aframe-ar-nft.js'></script>
+    </head>
+    <body>
+    <a-scene
+        vr-mode-ui="enabled: false"
+        arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;'
+        renderer='antialias: true; alpha: true'>
+            <a-camera gps-camera rotation-reader></a-camera>
+            <a-box gps-entity-place='latitude: 48.77988545503521; longitude: 9.173586527979367' color='red' scale='20 20 20'></a-box>
+    </a-scene>
+    </body>
+</html>
 
-- 
GitLab