Load all spherical photos + UI
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user