Performance testing different approaches to rendering Cloud Optimized GeoTIFFs
Traditional approach using Leaflet with georaster-layer-for-leaflet plugin. Canvas-based rendering with automatic tiling.
Native COG support with WebGL rendering. Hardware-accelerated with built-in tiling, automatic overview selection, and efficient range requests.
Custom async protocol with on-demand tile generation from COG. Uses geotiff.js for range requests with automatic overview selection and proper tile clipping.
WebGL visualization layer. GeoTiffLayer not available in CDN bundle - requires custom build with additional dependencies.