Re: [pmapper-users] possible bug

2009-08-11 Thread Armin Burger
On 11/08/2009 11:03, Thomas Raffin wrote: > Hi > > I think all layers / groups names shouldn't start with number and > contains "-" sign. > > Paolo Cavallini a écrit : >> Hi all. >> Apparently, if the name of a layer is >> >> '0' >> >> mapserver generares the image correctly, but th legend icon

Re: [pmapper-users] possible bug

2009-08-11 Thread Thomas Raffin
Hi I think all layers / groups names shouldn't start with number and contains "-" sign. Paolo Cavallini a écrit : > Hi all. > Apparently, if the name of a layer is > > '0' > > mapserver generares the image correctly, but th legend icon is not generated, > therefore one item of the legend is miss

[pmapper-users] possible bug

2009-08-11 Thread Paolo Cavallini
Hi all. Apparently, if the name of a layer is '0' mapserver generares the image correctly, but th legend icon is not generated, therefore one item of the legend is missing, and all are wrong by one place. Anyone confirms? All the best. -- Paolo Cavallini: http://www.faunalia.it/pc -

[pmapper-users] Possible bug solved in pdfprint.php

2008-11-19 Thread Dejan . Gambin
Hi, In some situations the legend is not properly drawn in pdf. For me it is happening on the bottom of the page (right column) when the Image function in tcpdf.php evaluates $this->y: if((($this->y + $h) > $this->PageBreakTrigger) AND empty($this->InFooter) AND $this->AcceptPageBreak()) { an

Re: [pmapper-users] Possible bug in pmjson.js

2007-12-05 Thread Armin Burger
I will change it. All translations are done in language_xy.php, just the settings need to be made available to pure Javascript, so I use a PHP page that is loaded as JS file (js_locales.php), and here all required text strings have to be referenced explicitly. I did not find better solutions for t

[pmapper-users] Possible bug in pmjson.js

2007-12-04 Thread Dejan . Gambin
Hi, I am trying to translate the query results window title with text "Result". As I can see, it has to be translated through the js_locales.php file. I did it but I realized the line 351 in pmjson.js doesn't use localeList['Result']. I have corrected it and now it is fine. Question - do I hav