Before creating the URL check whether current parameters are different to default values. If they are not different don't add them to the URL. E.g., if no start-date has been selected manually don't add startDate=20170116&endDate=20240807 to the URL Same for the color scale (minScale, maxScale).
Reason: If the endDate is not included you can use the same URL to display an updated dataset (as we have _XXXXXXXX in the file name for datasets that are updated)
For the URL, it would be good:
Before creating the URL check whether current parameters are different to default values. If they are not different don't add them to the URL. E.g., if no start-date has been selected manually don't add startDate=20170116&endDate=20240807 to the URL Same for the color scale (minScale, maxScale).
Reason: If the endDate is not included you can use the same URL to display an updated dataset (as we have _XXXXXXXX in the file name for datasets that are updated)