[ka-Map-dev] [Bug 1584] New: variable not reachable

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Sep 5 09:16:54 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1584

           Summary: variable not reachable
           Product: ka-Map
           Version: 0.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: ka-map-dev at lists.maptools.org
        ReportedBy: lazykuala at yahoo.de


Look at methode setTile in class _layer:

Maybe you should change this line
            var src = this._map.kaMap.server +
to this one
            var src;
            ..
            {
               ..
               {
                  ..
                  src = this._map.kaMap.server +

The variable 'src' should be methode local.

Philipp



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the ka-Map-dev mailing list