stcorp / leaflet-gl-vector-layer

JS plugin for a GL-layer of vector data on top of a Leaflet-map
0 stars 0 forks source link

Add optional color bar component in bottom left #4

Closed svniemeijer closed 1 year ago

svniemeijer commented 2 years ago

This would be a programmatically generated svg element as is also used in the maps on the S5P-PAL Mapping Portal (although the color bars are static svg elements there).

We should only show one color bar (for now), which would be for the layer that is currently selected for the color table modification (see also #1 and #3). The central dialog of #1 should also have the toggle to show/hide this color bar and to set the color bar label.

svniemeijer commented 1 year ago

The color bar has been implemented.