How to Export and Import a Tour?
Andrea
Last Update één jaar geleden
Select Virtual Tours -> List Tours, from side menu and click download button on desired tour.

You have the following options for downloading the virtual tour:
- Standalone, This option allows you to download all the virtual tour files for publishing on your own website. The downloaded files will be in a format such as HTML or a compressed ZIP file.
- Standalone VR, If you want to export virtual reality (VR) version of the tour, you can choose this option. It will download the virtual tour files with the necessary components for VR experiences.
- Importable, If you plan to import the virtual tour later for further editing or modifications, you can select this option. The virtual tour will be downloaded in a format that can be imported back into the virtual tour editor.

If you have chosen the Standalone versions, the virtual tour, along with all its content, will be downloaded in a .zip file format. Once downloaded, you can extract the files and access the complete content of the virtual tour.
To see the tour you can use one of these 4 methods:
- upload the files to a web server and access the corresponding url (http: //server.domain/folder/index.html)
- use a local web server (like xampp, mamp, python http server, ...) and access the corresponding url (http://127.0.0.1:port/index.html)
- the files are ready to be packaged as desktop application (mac, linux, windows) with electron (https://www.electronjs.org/)
- the files are ready to be packaged as mobile application (android, ios) with Capacitor (https://capacitorjs.com/docs/getting-started#add-capacitor-to-your-web-app)
If you have chosen the Importable version, it can be imported on the system from the tour list by pressing the import button and uploading the previously downloaded zip file.
