v2.0.16 11/3/2011 Fixed a small problem with the find function.
v2.0.15 10/20/2011 Fixed the geocoding when HTML5 geolocation was used to determine user's location.
v2.0.14 10/19/2011 Fixed a few little issues with the elevation filter and the Quick Hide function.
v2.0.13 10/10/2011 Tidied up a few things in marker handling. Now using prototype's each instead of a standard loop.
v2.0.12 10/10/2011 two changes:
1. Added experimental feature to allow querying of the map via a Fusion Table for your UGC (weather forecast zone) and FWZ (fire weather zone). Change the "Clicking the map returns" option to "Zones" and watch how long it takes before Fusion Tables wakes up and gives you a result. (Takes minutes, it seems!)
2. Added the "Quick Hide" mouseover button. Allows you to temporarily and quickly hide markers by mousing over the "Quick Hide" button. This works by setting the elevation filter to 100000 feet.
v2.0.11 8/22/2011 Now using HTML5's geolocation capabilities to determine map center on load. See Help for more
info. This should be a much more accurate method for centering your map.
v2.0.10 8/18/2011 Removed counties layer because ESRI no longer has it available. Added nowCOAST radar as a backup to WU.
v2.0.9 6/1/2011 Updated to maps API v3.4 and added google +1
v2.0.8 3/25/2011 Standardized on Element.insert as the method for adding elements to the DOM.
v2.0.7 3/23/2011 Fixed a quirky issue related to loading the temperature data in FF4.
v2.0.6 3/9/2011 Finally figured out how to get temperature markers working in the Chrome browser. For the most part, this site should now be Chrome compatible. Updated to the latest version of the maps API and prototype/scriptaculous.
v2.0.5 2/2/2011 Removed width restriction warning on Severe Alerts layer (thanks nowCOAST team!), added Special Marine Warnings as part of Severe Alerts layer.
v2.0.4 11/17/2010 Minor update to improve handling of null alert results.
v2.0.3 11/1/2010 Added NWS Alerts back into the layer list and turned on by default. If you prefer the old alert layer, click the "All Weather Alerts" layer and then set your preferences.
v2.0.2 9/15/2010 Changed "All Weather Alerts" back to wunderground.com version because NWS version has disappeared!
v2.0.1 9/13/2010 Modified alert info windows. Pulled "Clicking the Map Returns" out of Options and into main pane.
v2.0.0 9/10/2010 Complete rewrite! Now using Google Maps API v3 and new data sources
v1.3.9 3/3/2010 Did some tidying for maintainability
v1.3.8 12/21/2009 Added enableRotation for Google's new aerial (not satellite) imagery.
v1.3.7 12/4/2009 Added animated satellite as a layer option.
v1.3.6 11/20/2009 Added timestamp to static radar.
v1.3.5 8/17/2009 Improved marker routine to reduce http requests.
v1.3.4 8/6/2009 The map now saves your position if you used the location= feature. You can then go back to the original position if you navigate away (click the hand in the navigation arrows at top left).
v1.3.3 8/3/2009 Hid the radar legend by default so that netbooks could see all options on the left nav.
v1.3.0 7/31/2009 Added ability to set default location via a location= parameter in the URL. Example: http://waynesweatherwatcher.com/map/index.htm?location=LAX
v1.2.5 7/1/2009 Added dragzoom. Hold <Shift> while clicking and dragging. This will create a zoom box to which the map will be zoomed when you release the mouse.