No description
  • JavaScript 55.5%
  • CSS 38.4%
  • HTML 6.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hunter 90f69c2063
All checks were successful
Build and Deploy Hugo / build-and-deploy (push) Successful in 30s
fix: copy entire repo to install site
2026-08-13 10:54:20 -04:00
.forgejo/workflows fix: copy entire repo to install site 2026-08-13 10:54:20 -04:00
360 images Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
img Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
tiles Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
vendor Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
.nojekyll got rid of h5p or whatever it was 2026-04-01 13:53:33 -04:00
data.js Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
index.html Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
index.js Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00
README.md Updated README.md for USDA 360 Virtual Tour by enhancing documentation with links to Marzipano resources, clarifying project structure, and detailing the update process for the tour. Improved descriptions of bundled dependencies and custom edits for better user guidance. 2026-04-02 14:20:41 -04:00
style.css Refactored USDA 360 Virtual Tour by consolidating the project structure, removing the marzipano-export folder, and integrating all necessary files directly into the root directory. Updated index.html for improved navigation and streamlined loading process. Removed unused assets and scripts to enhance performance. 2026-04-02 14:17:52 -04:00

USDA 360 Virtual Tour

An interactive 360° lab tour built with Marzipano and served as static files (e.g. GitHub Pages or a custom domain).

Marzipano documentation

  • Documentation — How to initialize the viewer, create scenes, change scenes and views, autorotate, and hotspots.
  • API reference — Detailed classes (Viewer, Scene, RectilinearView, etc.) for deeper customization beyond the Marzipano Tool export.

This repo extends the default export (scene order, autoplay, transitions, hotspot styling, embedded video) in index.js, data.js, and style.css.

Project structure

  • 360 images/ — Source 360° panoramas (optional reference for authoring).
  • index.html, index.js, data.js, style.css — Tour app (root is the site entry).
  • vendor/ — Marzipano and bundled dependencies.
  • tiles/, img/ — Panorama tiles and UI icons (from the Marzipano export).

Updating the tour

  1. Edit the project in Marzipano and export the web bundle.
  2. Replace tiles/, img/, and any changed data.js / vendor/ files at the repo root (same layout Marzipano generates).
  3. Re-apply or merge custom edits in index.js / style.css if you replace those files from a fresh export.

GitHub Pages / hosting

  1. Repo: Settings → Pages → deploy from branch main (or your default), folder / (root).
  2. The tour loads at https://<user>.github.io/USDA-360-virtual-tour/ or your custom domain path with no marzipano-export/ segment.
  3. .nojekyll is included so GitHub does not run Jekyll on the branch; panorama tiles are published as-is.

Commit tiles/, img/, and vendor/ if the live site is missing imagery—those folders must be in the remote repo.

Legacy URL: marzipano-export/index.html only redirects to the parent folder so old /marzipano-export/ links still work. You can delete that folder after search engines and bookmarks update.

No build step is required.