Currently, our maps component supports rendering base maps using tile servers that provide tiled images for different zoom levels and regions. However, there is no support for rendering a single static image as the base map layer.
Need to provide support for a single static image would allow users to use a single image file as the base map, which could be scaled and aligned with the map's coordinate system. This feature would maintain the image's integrity without tiling, dynamically adjusting its scale with zoom levels to serve as a reference layer for visualizations.