Re: [pmapper-users] Legend icon creation issue in p.mapper 4.3

2013-01-16 Thread Chris forum
"deleted everything from images/legend to force it to recreate the icons" yes, I did that yesterday to check if that was working. Here I am using: pmapper 4.3 PHP Version 5.3.10-1ubuntu3.2 MapServer version 6.0.3 Yes, $changeSize = false; in 4.3 was $changeSize = true; in 4.2 (on the line you men

Re: [pmapper-users] Legend icon creation issue in p.mapper 4.3

2013-01-16 Thread Dejan Gambin
Hi, Another finding... If I set (that is how it was in 4.2): $newsize = $_SESSION["icoH"]; $changeSize = true; on lines 479-480 it works! dejan On 16. sij. 2013., at 14:11, Chris forum wrote: > Well done trying with 4.2 initmap.php. > Making a diff between 4.2 and 4.3 shows several differ

Re: [pmapper-users] Legend icon creation issue in p.mapper 4.3

2013-01-16 Thread Dejan Gambin
I agree :-) I suppose you have modified the map file or deleted everything from images/legend to force it to recreate the icons. Because the icons come preinstalled I think (this is so with my debian package). Next thing - maybe this can be related to MS version also. I am using 5.0.0-3ubuntu0

Re: [pmapper-users] Legend icon creation issue in p.mapper 4.3

2013-01-16 Thread Chris forum
Well done trying with 4.2 initmap.php. Making a diff between 4.2 and 4.3 shows several differences at the paragraph called "bad legend icon (due to symbolscaledenom, unit or attribute size/width binding)" But that doesn't explain why the demo works fine here and not on your system... Chris On

Re: [pmapper-users] Legend icon creation issue in p.mapper 4.3

2013-01-16 Thread Dejan Gambin
Replacing initmap.php with the 4.2 version solved the issue. So something is obviously changed in 4.3. regards, dejan On 15. sij. 2013., at 14:49, Thomas RAFFIN wrote: > Could you try with this file please: > http://svn.pmapper.net/trac/browser/trunk/pmapper/incphp/init/initmap.php?format=txt >