Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFMAP not displaying, how to debug?

New Here ,
Feb 20, 2014 Feb 20, 2014

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?

625
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 20, 2014 Feb 20, 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..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 21, 2014 Feb 21, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources