[ka-Map-dev] [Bug 1450] this.server is not added to image urls

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu May 4 10:01:36 EDT 2006


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





------- Additional Comments From den at demax.ru  2006-05-04 10:01 -------
I've tried to fix things in places where I could actually test the changes. I'm new to javascript and am 
very new to ka-map so I didn't find a way to add kaMap.server in this method of kaLegend.js (didn't 
find out how to reference kaMap from image object calling this effect):

function kaLegend_expander() {
    this.expanded = !this.expanded;
    
    this.src = (this.expanded)?'images/collapse.png':'images/expand.png';
    this.expandable.style.display = (this.expanded)?'block':'none';
};

I've also didn't make changes to things that I couldn't test like most of the other links to images in 
kaLegend.js



------- 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