A-ha!!! It WAS youse guys dorking up the map!!!
Check it now... comes up lickety-split in both major browsers!!! B)
WFO Players Map
I won't mention any names - heh - but a good half-dozen of you guys inserted code into your coordinate fields that must have come out of a mapping software program.... some had little "degree" circles in the coordinates, some of you had other sundry machine code (little square boxes or other non-ascii characters), etc, etc
As I've mentioned before, the XML file is *brutally* unforgiving when it is interpreted by the Google Map API; it has to be in an exact, specific format, or it will confuse the Google map interface. The Google Map itself will halt processing, and won't return the web service back to your browser, so your browser eventually stalls.
Guess I have to error-trap the input fields on that form a little more. :glare:
Again, we need the GPS values in DECIMAL format, not "degrees/minutes/seconds".
Also, we do not put a positive sign (+) in front of the latitude coordinates... it's already assumed if you live in Northern Hemisphere, you have a positive latitude coordinate!
Conversley, all North American Longitude coordinates
WILL NEED a negative (-) sign placed in your latitude coordinate.... most all WFO players live between -123.xxxx (western Oregon) and -63.xxxxx (eastern Canada).