AlertsLegendItemResolver

A concrete implementation of PointLegendFeatureResolver specifically for weather alerts.

It extracts advisory names and colors from feature properties, creating a unique, sorted list of legend items.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun resolve(features: List<QueriedFeature>): List<PointLegendItem>

Produces legend items representing the provided feature collection.

Link copied to clipboard
open override fun resolveGL(features: List<QueriedFeature>): List<PointLegendItem>