CFMap not working for a specific Google Maps API Key
Hi All,
This has been driving me crazy for 2 days now. I've troubleshooted it down to a problem with the way CFMap is handling a spcific Google Maps API Key.
I've gotten it down to about the simpest CFMap page you can make, but the map doesn't come up.
http://tucsonymca.org/googlemap.cfm
The same page on a different domain (with a it's own API key) works fine:
http://valleyymca.org/googlemap.cfm
Google's 'hello world' Map JavaScript with the key in question works fine, so the Key is correct.
http://tucsonymca.org/googlemapJSOnly.html
All of these work on my local dev machine.
The Google Key works fine.
The CFML works fine.
Putting them together and you get a blank page with no error message.
It appears that the CFMap function is tripping over this particular key, or is losing communication with Google when trying to authenticate.
Any help is greatly appreciated.
- Dan