To access your branded images, HAMweather will provide a small, simple script (available in Perl, PHP, ASP) that only takes minutes to set up.
You will have access to hundreds of images based on your bundle selection, with options such as:
- Gradient filled contours
- "Block" filled contours
- Contours with out data points plotted
- Contours with data points in english or metric units.
Once the script is installed you can add the contour images to your web site with the standard HTML <img> tag. The src attribute of the <img> tag is point to your image fetch script passing the required image needed. An example <img> tag would look similiar too:
<img src="/path/to/imagefetch.php?img=currents/us_temps_i1.png&type=640x480" width=640" height="480">
|