Problems with Saratoga mesomaps

Hi John,

Sorry for the delay in reply.

I think I have located the problem – there are two ‘initialize()’ JavaScript functions in the page. One in ajaxwdwx.js and one generated by the mesonet-map.

I suggest you change the ajaxwdwx.js script in two places:

function initialize() {

to

function initializeAJAX() {

and

   initialize();

to

   initializeAJAX();

then there won’t be interference, and the conditions rotation on the map will work one step at a time as intended.