To access your branded images, a small, simple script is available that only takes minutes to set up.
Once the script is installed you can add the radar maps 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 parameters that specify the map location and size. An example <img> tag would look similiar too:
<img src="/path/to/radarfetch.php?img=us&size=480x360" width="480" height="360">
|