Error in Graticule for world-scale
----------------------------------

                 Key: MAP-419
                 URL: http://jira.codehaus.org/browse/MAP-419
             Project: Community Mapbuilder
          Issue Type: Bug
          Components: mapbuilder-lib
    Affects Versions: 1.5alpha2, trunk
            Reporter: Gertjan van Oosten
            Priority: Minor
             Fix For: trunk


When switching on the Graticule widget on world-scale, FireBug logs an error:

  Graticule.js (line 312)
  this.divs[i] has no properties
  this.divs[i].style.zIndex = this.div.style.zIndex;

code around line 312:

309 else if (r == l){ //draw lines for world scale zooms
310
311 this.divs[i] = this.createHLine3(b);
312 this.divs[i].style.zIndex = this.div.style.zIndex;
313 mapDiv.insertBefore(this.divs[i],null);
314 i++;
315 }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to