The files in the html directory are meant to be an example of how to display the generated map and frames in the user's own HTML (e.g. weather website).
Perhaps it would be nice to dynamically regenerate these files to include the user-specified map/frame name and frame count with a simple make html target?
Generating the final HTML for the user is out of the project scope, but this much would be easy to do.
The files in the html directory are meant to be an example of how to display the generated map and frames in the user's own HTML (e.g. weather website).
Perhaps it would be nice to dynamically regenerate these files to include the user-specified map/frame name and frame count with a simple
make html
target?Generating the final HTML for the user is out of the project scope, but this much would be easy to do.