Skip to main content
EclecticDan
Participating Frequently
March 11, 2011
Answered

CFMap not working for a specific Google Maps API Key

  • March 11, 2011
  • 1 reply
  • 1104 views

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

    This topic has been closed for replies.
    Correct answer Joshua_Cyr

    I think your cfide mapping is not working.

    http://tucsonymca.org/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js

    is

    a 404

    1 reply

    Joshua_CyrCorrect answer
    Participating Frequently
    March 12, 2011

    I think your cfide mapping is not working.

    http://tucsonymca.org/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js

    is

    a 404

    EclecticDan
    Participating Frequently
    March 12, 2011

    Joshua,

    You are a genius.

    I haven't had to play with those mappings in years.

    THANKS!!!

    - Dan