Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
Hi, Can you write here your layer definition please (ie: the mapfile part). Le 15/07/2014 21:47, jose mvm a écrit : > I also get these errors and notices when i search with query editor plugin: > > [15-Jul-2014 19:45:10 UTC] ERROR - Easy_MDB2 - > getFieldType(ecopontos_gesamb, %) - : > MDB2 Error

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread jose mvm
Hi Thomas! Here is an example: LAYER NAME "GESAMB_EcoPontos" STATUS DEFAULT TYPE POINT CONNECTIONTYPE POSTGIS CONNECTION "host=xxx.xxx.xxx.xxx port=5432 dbname=pmapper user=xxx password=xxx" DATA "the_geom FROM ecopontos_gesamb USING UNIQUE gid"

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
Well, the "getFieldType(ecopontos_gesamb, %)" in error log tell us that the plugin is trying to read the data type for a table named "(ecopontos_gesamb" and an attribute named "%"... Can you send me: - a screenhsot of the query editor dialog just after selecting this field en its type (that is

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread jose mvm
the query editor pugin automatically detect the field type. the error ocurs when i presse "add".

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
As seen together, it was due to local errors in your js file. Le 16/07/2014 13:08, jose mvm a écrit : > > > the query editor pugin automatically detect the field type. > the error ocurs when i presse "add"

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread jose mvm
after correcting the local error as you said, now my js file is equal to the last revision (1337) avaiable in the trunk repository but the problem with INTERSECT with Selection Management Plugin remains. and I posted another question too: if it is possible to load the Selection Management Plugin