Skip to content

Commit 1925fb0

Browse files
committed
osm-ways example does not work with simulateLatitude/Longitude: use device with real GPS
1 parent bb9ffb1 commit 1925fb0

File tree

1 file changed

+1
-1
lines changed
  • aframe/examples/new-location-based/osm-ways

1 file changed

+1
-1
lines changed

aframe/examples/new-location-based/osm-ways/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body style='margin: 0; overflow: hidden'>
2626
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false'>
2727
<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>
28+
<a-camera gps-new-camera position='0 20 0'></a-camera>
2929
<a-entity osm></a-entity>
3030
</a-scene>
3131
</body>

0 commit comments

Comments
 (0)