Skip to main content
Known Participant
February 20, 2014
Question

CFMAP not displaying, how to debug?

  • February 20, 2014
  • 2 replies
  • 649 views

We're running a page that contains an include file with code that loops through a recordset and displays a map using CFMap. We have similar code working on several other pages, but on one page in particular, no map is displayed. There are no error messages, just no map.

We've also troubleshooted by simplifying different parts of the code, such as the window display HTML to rule out syntax issue, and also placed the map at the top of the page to rule out CSS type display issues, and still no go. in the abscence of error messages, i'm not sure how to troubleshoot this. There doesnt appear to be any in the log files on the server as well.

Does anyone have a suggestion as far as how to troubleshoot this issue?

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    February 21, 2014

    Another tip: as cfmap depends on Javascript, try different browsers.

    BKBK
    Community Expert
    Community Expert
    February 21, 2014

    Run through the page and see if there are any tags with AJAX UI features. If there are, then place the following at the top of the page:

    <cfajaximport tags="tag1, tag2">

    where tag1 and tag2 stand for actual tag names, for example, cfform, cfmap, etc..