Change map initial center and zoom + lame clipping plane...

This commit is contained in:
2025-10-10 16:25:05 +02:00
parent 66cf86e779
commit a77a99f056
4 changed files with 40 additions and 5 deletions

View File

@@ -24,12 +24,14 @@ APP.UI.pauseAudio = function(triggerSelector) {
});
}
// APP.setup() is required for web-app initialization
// You can place here UI setup (HTML), events handling, etc.
APP.setup = ()=>{
Map.init('map');
Scene.toggleScene('back');
APP.UI.pauseAudio('[data-bs-dismiss="modal"');
//APP.UI.showClipper('#clipper');
};
/* If you plan to use an update routine (executed continuously), you can place its logic here.