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