Load a PNG/JPG image plus its world file and return a SingleTileImageryProvider for Cesium.
Image URL.
PGW world file URL.
Cesium provider for use with imagery layers.
const provider = await loadPGWImage('terrain.png', 'terrain.pgw');viewer.imageryLayers.addImageryProvider(provider); Copy
const provider = await loadPGWImage('terrain.png', 'terrain.pgw');viewer.imageryLayers.addImageryProvider(provider);
Load a PNG/JPG image plus its world file and return a SingleTileImageryProvider for Cesium.