wildlife-dynamics / ecoscope

Conservation data analytics
https://ecoscope.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

Unify styling across EcoMap & EcoPlot #194

Open walljcg opened 1 month ago

walljcg commented 1 month ago

We would like to unify the look and feel of both EcoPlot and EcoMap controls. This includes font and colours.

cisaacstern commented 1 month ago

Per @atmorling, subsets of each graphical lib we are using are:

For deck.gl, there is also styling of widgets (e.g. Title, North Arrow, etc.). These are styled by CSS.

cisaacstern commented 1 month ago

@atmorling, continued... there are two categories of styling:

  1. Global/instance/tenant/site level (i.e. not per workflow)
  2. Per-workflow/data-specific styling (e.g. line weight of a particular trajectory)

For now, seems like focusing on category 1 makes sense.