/theasys-map-overlay

A demo of how to add an interactive overlay map ontop of Theasys

Primary LanguageCSS

Theasys Map

Demo of how to use an overlay map on top of the theasys 360 tour viewer.
Used for the HfG Semesterausstellung in Summer 2020.

Hosting on Theasys.io

Hosting locally

  • See local.html and local-landing.html
  • Add your locally hosted tour to the local-tour folder.
  • make sure to edit config.js so it points at the local-tour
var vars = {
    file : 'index.html',
    path : 'https://YOUR-SERVER/local-tour/', //path to the index.html
    theme : 'theasys',
};

License

MIT