Apologies! Your web browser lacks required capabilities. Please consider upgrading it or switching to a more modern web browser.
Initializing. Please wait…
Now, you are currently at $Location.latitude and $Location.longitude
which is absolutely lovely.
[[now to test my location trigger]]Welcome. This is a test of using Twine as a geolocation platform.
It just might work.
[[Initial Location]]<<set $buffer = 0.0005>>
<<set $Torontolat = 43.653226>>
<<set $Torontolong = -79.3831843>>
<<if $Location.latitude lte ($Torontolat + $buffer) and $Location.latitude gte ($Torontolat - $buffer) and $Location.longitude lte ($Torontolong + $buffer) and $Location.longitude gte ($Torontolong - $buffer)>><<display "Downtown Toronto">>
<<else>><<display "I don't know anything about where you are">>
<</if>>This is Downtown Toronto. It is beautiful
Wait, here's something in 3d!
<iframe width="640" height="480" src="https://sketchfab.com/models/a4dc9bbf7c5b4623975f65b56b4b8728/embed" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/models/a4dc9bbf7c5b4623975f65b56b4b8728?utm_source=oembed&utm_medium=embed&utm_campaign=a4dc9bbf7c5b4623975f65b56b4b8728" target="_blank" style="font-weight: bold; color: #1CAAD9;">Toronto Trinity</a>
by <a href="https://sketchfab.com/phucn?utm_source=oembed&utm_medium=embed&utm_campaign=a4dc9bbf7c5b4623975f65b56b4b8728" target="_blank" style="font-weight: bold; color: #1CAAD9;">Phuc Nguyen</a>
on <a href="https://sketchfab.com?utm_source=oembed&utm_medium=embed&utm_campaign=a4dc9bbf7c5b4623975f65b56b4b8728" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
Sorry - I don't know anything about where you are!
[[Initial Location]]