diagonalworks / diagonal-b6

b6: Diagonal's geospatial analysis engine.
Apache License 2.0
24 stars 3 forks source link

feat: add rendering for collection layers #300

Closed biamalveiro closed 2 months ago

biamalveiro commented 2 months ago

Goal

This PR adds the rendering of collection layers on the map.

Screenshot 2024-09-12 at 16 36 36

Description

Previously, we were only considering histogram tile layers for map overlays. This PR generalizes our approach to tile layers in the map store. However, because the rendering logic for each type of tile layer overlay differs, we define and ensure typing for these layer specifications.