Load all spherical photos + UI

This commit is contained in:
2024-11-24 21:52:12 +01:00
parent 760fb3e960
commit bda52fc665
3 changed files with 12 additions and 3 deletions

View File

@@ -327,7 +327,7 @@ GIS.initLayers = async function(map) {
*/
GIS.toggleSpherical = async function(map) {
// TODO Create points layer
const spherical = await this._fetchData('spherical/by/gis/gradola');
const spherical = await this._fetchData('spherical');
let sphereMarkers = [];
const sPhoto = new SphericalPhoto();