Apologies! Your web browser lacks required capabilities. Please consider upgrading it or switching to a more modern web browser.
Initializing. Please wait…
The world you see is not the only one. This device caries with it a multidimensional transponder.
Currently you are at $Location.latitude and $Location.longitude which is on the cusp of an area of thin dimensional stability.
Sweep and scan frequently.
First, you need to [[calibrate the scan]].
<<set $buffer = 0.0005>>
<<set $Torontolat = 43.653226>>
<<set $Torontolong = -79.3831843>>
<<set $Homelat = 45.2745624>>
<<set $Homelong = -75.7068771>>
<<set $Riverlat = 45.274446399999995>>
<<set $Riverlong = -75.70083060000002>>
<<set $Quad1lat = 45.3823443>>
<<set $Quad1long = -75.6990114>>
<<set $PAlat = 45.3819097>>
<<set $PAlong = -75.6988618>>
<<cacheaudio "childsnightmare" "https://ia700706.us.archive.org/4/items/ChildsNightmare/ChildsNightmare.mp3">>
<<cacheaudio "akeley" "https://ia801408.us.archive.org/16/items/Akeleys_Wax_Cylinder_Recording/Akeley_MiGo_Ritual_64kb.mp3">>
[[Start]]
(if you are testing this on Carleton Campus, I will reveal that the two locations are in the middle of the quad and near the Paterson Hall doors)...calibrating...
<<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">>
<<elseif $Location.latitude lte ($Homelat + $buffer) and $Location.latitude gte ($Homelat - $buffer) and $Location.longitude lte ($Homelong + $buffer) and $Location.longitude gte ($Homelong - $buffer)>>
<<display "Front Step">>
<<elseif $Location.latitude lte ($Riverlat + $buffer) and $Location.latitude gte ($Riverlat - $buffer) and $Location.longitude lte ($Riverlong + $buffer) and $Location.longitude gte ($Riverlong - $buffer)>>
<<display "Rideau River">>
<<elseif $Location.latitude lte ($Quad1lat + $buffer) and $Location.latitude gte ($Quadlat1 - $buffer) and $Location.longitude lte ($Quad1long + $buffer) and $Location.longitude gte ($Quad1long - $buffer)>>
<<display "Quad Anomaly">>
<<elseif $Location.latitude lte ($PAlat + $buffer) and $Location.latitude gte ($PAlat - $buffer) and $Location.longitude lte ($PAlong + $buffer) and $Location.longitude gte ($PAlong - $buffer)>>
<<display "Paterson Anomaly">>
<<else>>
<<display "This zone is clear">>
<</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>
This zone is clear. Move quickly.
[[calibrate the scan]]]<<if approxEqual($Location.latitude, $Torontolat) and approxEqual($Location.longitude, $Torontolong)>>
<<display "Downtown Toronto">>
<<elseif approxEqual($Location.latitude, $Homelat) and approxEqual($Location.longitude, $Homelong)>>
<<display "Front Step">>
<elseif approxEqual($Location.latitude, $Riverlat) and approxEqual($Location.longitude, $Riverlong)>>
<<display "Rideau River">>
<<else>>
<<display "I don't know anything about where you are">>
<</if>>
Area of instability found.
<<audio "akeley" fadein >>
[[Rescan]]<<audio "childsnightmare" fadein >>
Area of instability found.
[[Rescan]]<iframe src="//giphy.com/embed/mRAu3P4p28KoU?html5=true" width="480" height="480" frameBorder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
[[Complete Scan for Geotriggers]]<<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">>
<<elseif $Location.latitude lte ($Homelat + $buffer) and $Location.latitude gte ($Homelat - $buffer) and $Location.longitude lte ($Homelong + $buffer) and $Location.longitude gte ($Homelong - $buffer)>>
<<display "Front Step">>
<<elseif $Location.latitude lte ($Riverlat + $buffer) and $Location.latitude gte ($Riverlat - $buffer) and $Location.longitude lte ($Riverlong + $buffer) and $Location.longitude gte ($Riverlong - $buffer)>>
<<display "Rideau River">>
<<else>>
<<display "I don't know anything about where you are">>
<</if>><<audio "childsnightmare" fadein >>
Area of instability found.
[[Rescan]]Area of instability found.
<<audio "akeley" fadein >>
[[Rescan]]