Re: [pmapper-users] selection color

2007-10-19 Thread Salvator*eL*arosa
Walter Lorenzetti-3 wrote: > > Hi Salvatore, > > in incphp/map.php > al line 721 try to replace > > $iniClr0 = $iniClrList[0]; > $iniClr1 = $iniClrList[1]; > $iniClr2 = $iniClrList[2]; > > with: > > switch ($relayer){ > > case "layer1_name_in_map_file": > $iniC

Re: [pmapper-users] selection color

2007-10-19 Thread Walter Lorenzetti
Hi Salvatore, in incphp/map.php al line 721 try to replace $iniClr0 = $iniClrList[0]; $iniClr1 = $iniClrList[1]; $iniClr2 = $iniClrList[2]; with: switch ($relayer){ case "layer1_name_in_map_file": $iniClr0 = red_rgb_n_color_for_layer1; $iniClr1 = green_rg

[pmapper-users] JOIN from DATA tag

2007-10-19 Thread Salvator*eL*arosa
HI, How i can do join from data tag in mapfile? I am working on Webserver IIS and Mapserver, i need join a table postgresql. I have tried with: "RESULT_JOIN" "pgsql://postgres:[EMAIL PROTECTED]/postgres||[EMAIL PROTECTED]@[EMAIL PROTECTED]||codicom||0", but it don't workthe log is: [19-Oct