I was wondering if anyone had any ideas about why cesium will not load in VWF over https.
// not working
https://demo.virtual.wf/agi/cesium/
// working
http://demo.virtual.wf/agi/cesium/
TIA,
Scott
I was wondering if anyone had any ideas about why cesium will not load in VWF over https.
// not working
https://demo.virtual.wf/agi/cesium/
// working
http://demo.virtual.wf/agi/cesium/
TIA,
Scott
I’ve noticed this code in cesium’s demo html. I was unaware of this api. I’ll check to see if this might help out the situation. I’m still kind of lost why the secure server fails.
require.config({
baseUrl : ‘…/…/…/Source’,
waitSeconds : 60
});
Scott