Skip to content

Commit

Permalink
osm-ways example does not work with simulateLatitude/Longitude: use d…
Browse files Browse the repository at this point in the history
…evice with real GPS
  • Loading branch information
nickw1 committed Dec 6, 2024
1 parent bb9ffb1 commit 1925fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aframe/examples/new-location-based/osm-ways/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body style='margin: 0; overflow: hidden'>
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false'>
<div id='status'></div>
<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>
<a-entity osm></a-entity>
</a-scene>
</body>
Expand Down

0 comments on commit 1925fb0

Please sign in to comment.