Users should be able to select an option to download the map. However, it's currently unclear what the best implementation of that will be.
I have not yet been able to figure out the best way to include important information in the leaflet pane (e.g., graticule, lat/long labels, country labels) that would facilitate informative static images. I need to investigate options
One way to produce downloadable maps may be to rely on the existing static map code, but build filters based on user-defined inputs. This could be an entirely separate tab that creates static images similar to the webpage.
Would those maps need to be cached before hand? Could they be rendered on the fly?
Users should be able to select an option to download the map. However, it's currently unclear what the best implementation of that will be.
I have not yet been able to figure out the best way to include important information in the leaflet pane (e.g., graticule, lat/long labels, country labels) that would facilitate informative static images. I need to investigate options
One way to produce downloadable maps may be to rely on the existing static map code, but build filters based on user-defined inputs. This could be an entirely separate tab that creates static images similar to the webpage.
Would those maps need to be cached before hand? Could they be rendered on the fly?