Re: [pmapper-users] query PG in MapServer version 6.0.3

2012-08-03 Thread Valerio
Hi all,
I need to open a disclaimer alert message (pop up or dhtml window) when a
particular layer is checked (toggle visible).
Is there a fast way to do that modifying source code?

thanks in advance

Valerio
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] query PG in MapServer version 6.0.3

2012-08-01 Thread Andreas Douvalis
Hi 

After update of MS4W with MapServer version 6.0.3 I had some problems 
with p-mapper 4.1 in query function regarding post-gis layers.

I found out that there was problem with filter item in pmapper_reslayer layer.

There was the filter item with only the unique field without the results 
values. 

For example the value for filter item was : 
 
FILTER  gid

whereas the correct value should be  :

FILTER  gid IN (33,34,44,54,55)  


The problem solved by changing line 804 of map.php file with the line below:

$idFilter =  ' .$uniqueField . ' IN (' . (implode(,, $shpindexes)) . ')'. 
' ; // add single quote at the beginning and end !

(Just for your information)

Andreas Douvalis
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users