On the initial page load, I want to showcase an 8 Day Average KML file on Google Maps. However, users should have the option to click on the "1 Day" and "3 Day" buttons to switch the reference in Google Maps from the "8 Day" file.
The aim is to design a simple template where users can input three sets of values: the H3 header text, the URL for the KML file used in Google Maps, and the HREF URL for downloading the KML file below the map. This template will be used on multiple pages displaying satellite images of different locations worldwide.
I am currently exploring ways to dynamically replace these values based on which HTML button the user clicks.