Hi Alexandre,

For the graphical queries plugin to work you need to modify the following
file:
plugins\common\selectTools.inc.php
Line 272, add "$newSelectObj[1] = new stdClass();" (without quotation marks)
so that the code part corresponding to the extent looks like this:

                                        // extent:
                                        $tmpTab2[0] = $xMin;
                                        $tmpTab2[1] = $yMin;
                                        $tmpTab2[2] = $xMax;
                                        $tmpTab2[3] = $yMax;
                                        $newSelectObj[1] = new stdClass();
                                        $newSelectObj[1]->allextent = 
implode("+", $tmpTab2);
                                        $newSelectObj[1]->zoomall = 
$selectObj[1]->zoomall;
                                        $newSelectObj[1]->autozoom = 
$selectObj[1]->autozoom;
                                        $newSelectObj[1]->infoWin = 
$selectObj[1]->infoWin;

Do the same line 441 and th plugin should work! 
Have a good day!




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-graphicalqueries-tp4025910p4025911.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to