A real puzzler - no map in cfmap!
I have two CF servers, one test and one production. Both run same version of CF (9.1), both have a valid map key. Both can show Google maps the "hard" way (without cfmap.) Both have their respective map keys recorded in server settings.
One one server this works:
<cfmap centeraddress="St. Louis, MO" width="400" height="400" name="mainMap">
<cfmapitem address="New Orleans, LA">
</cfmap>
One the other it produces a blank screen.
testing server: http://173.161.10.61/tci/test.cfm - works
production server: http://www.thecareerindex.com/test.cfm - not working
Any idea why one works and the other doesn't????
