linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
92 stars 16 forks source link

fix(config-loader): allow rgb color objects #3288

Closed blacha closed 2 months ago

blacha commented 2 months ago

Motivation

Allows configuration objects to use colors as {r: 255, g: 255, b:255, alpha: 255} as well as #ff00ffff

Modification

parse background colors as rgba hex strings or objects

Checklist

If not applicable, provide explanation of why.