diff --git a/index.html b/index.html
index a6322d4..4c8e437 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,9 @@ var currentGeoPose = null; // https://developer.mozilla.org/en-US/docs/Web/API/G
var positionsCurated = [
{ position:[50.8365354, 4.3581719], hotspots: []},
{ shortname: "baquets", worldposition:[83.03582, -346.4272], position:[49.3516400, 0.5461600], // way heavier!
+ offsetLandscapePosition: "-124.32254 0.78377 -46.41836", // TODO use, might prefer something easier to compute to add e.g Vector3, or do pose (position/rotation/scale) per id
+ // alternatively might show/hide per classname based on shortname
+ offsetWatersimPosition: "-124.32254 0.78377 -46.41836", // TODO use
hotspots: [
// done via the AFrame inspector then pasting here, then regex
"43.48623 3 -288.74555", "68.57429 3 -282.87103", "46.02284 3 -305.55214", "49.22355 3 -327.33712", "52.05644 3 -340.62478", "77.24641 3 -340.95731", "78.9282 3 -321.94687", "76.38192 3 -304.13508", "73.59993999999999 3 -290.19813", "56.94803999999999 3 -283.86604",
@@ -54,7 +57,9 @@ var positionsCurated = [
],
},
{ shortname: "ruelle", worldposition:[-126, -40], position:[49.3605700, 0.5031000],
- hotspots: [ "-134.62038 3 -13.29107", "-125.89544 3 -30.36393", "-119.72245 3 -49.78609", "-96.91944 3 -95.00968", "-90.17903 3 -109.1628", "-142.76086 3 11.1124",
+ offsetLandscapePosition: "-124.32254 0.78377 -46.41836", // TODO use
+ offsetWatersimPosition: "-124.32254 0.78377 -46.41836", // TODO use
+ hotspots: [ "-134.62038 3 -13.29107", "-125.89544 3 -30.36393", "-119.72245 3 -49.78609", "-96.91944 3 -95.00968", "-90.17903 3 -109.1628", "-142.76086 3 11.1124"],
visualMarkerPositions:[
{position:"-124.32254 0.78377 -46.41836"},
{position:"-130.50386 0.78377 -30.91602"},
@@ -672,8 +677,8 @@ function playSound(param){
-