diff --git a/vcm/config_mobile.json b/vcm/config_mobile.json index a2a3e3dc5b976ecf7324f073cfbf7cbd30b46bc5..3e56fd82f5e32096200d1be3040eed228f54a7e3 100644 --- a/vcm/config_mobile.json +++ b/vcm/config_mobile.json @@ -1653,7 +1653,7 @@ "url": "./datasource-data/41f773d4-3e2d-4c5d-b857-ca1d9f919199", "type": "vcs.vcm.layer.cesium.Terrain", "datasourceId": "ERmRsCpzxYgZW3iia", - "activeOnStartup": true, + "activeOnStartup": false, "exclusive": false, "requestVertexNormals": true, "hiddenObjectIds": [], diff --git a/vcm/templates/story/virtualcitystory.js b/vcm/templates/story/virtualcitystory.js index 595db31a0d5819f2549b20e47a16155fc7f8f024..8b790fdd5f9f4d9b2a222f7cf68e56bb9361f566 100644 --- a/vcm/templates/story/virtualcitystory.js +++ b/vcm/templates/story/virtualcitystory.js @@ -132,7 +132,8 @@ vcs.vcm.Framework.getInstance().subscribe("MAP_LOADED", function() { }); var framework = vcs.vcm.Framework.getInstance(); -vcs.vcm.Framework.loadConfig("config.json"); +framework.isMobile() ? vcs.vcm.Framework.loadConfig("config_mobile.json") : vcs.vcm.Framework.loadConfig("config.json") +// vcs.vcm.Framework.loadConfig("config.json"); loadStoryConfig("templates/items.json", function(data) { console.log(data); globalActions = data.actions;