3D-City Model
    Preparing search index...
    • Loads a GeoTIFF and returns a SingleTileImageryProvider for Cesium – automatically handles bounding box, reprojects if not in WGS84 (EPSG:4326), and displays a warning if reprojection occurs.

      Parameters

      • source: TIFFSource

        GeoTIFF source (URL, File, or Blob)

      Returns Promise<undefined | SingleTileImageryProvider>

      Cesium imagery provider or undefined on error