We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9ffb1 commit 1925fb0Copy full SHA for 1925fb0
aframe/examples/new-location-based/osm-ways/index.html
@@ -25,7 +25,7 @@
25
<body style='margin: 0; overflow: hidden'>
26
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false'>
27
<div id='status'></div>
28
- <a-camera gps-new-camera='simulateLatitude: 51.049; simulateLongitude: -0.723' position='0 20 0' wasd-controls='acceleration: 1300'></a-camera>
+ <a-camera gps-new-camera position='0 20 0'></a-camera>
29
<a-entity osm></a-entity>
30
</a-scene>
31
</body>
0 commit comments