OpenWaterFoundation / owf-app-dev-ng

Open Water Foundation Angular application to develop common libraries
0 stars 1 forks source link

Map layer refresh - add note under legend #53

Open smalers opened 2 years ago

smalers commented 2 years ago

The current tool tip for map refresh is not very intuitive or visible. I suggest the following:

  1. Add a note under the legend for layers that have refresh enabled.
  2. Make the text as follows:
    • If refreshInterval <= 1hour, use the text: Data last refreshed at 1:23 PM
    • else, Data last refreshed at 1:23 PM, July 20
  3. The label will be updated each time the layer is refreshed.

If it is more complicated, let's discuss.