Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-06 Thread Thomas RAFFIN
Hi, In pmapper/plugins/graphicalqueries/graphicalqueries.js, comment the line 40. It should now be: this._after_init(); and will become: //this._after_init(); Thomas Le 05/06/2013 15:51, Sylvain Arabeyre a écrit : > Thanks a lot! > The plugin now works perfectly! > Another question related to t

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Sylvain Arabeyre
Thanks a lot! The plugin now works perfectly! Another question related to this plugin: How can I remove the button "Buffer zone since this selection" that appears at the bottom of the attribute table? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.n

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Thomas RAFFIN
Can you try to add: $newSelectObj[1] = new stdClass(); just before the mentioned lines please? I've just commit here to avoid this warning : http://svn.pmapper.net/trac/changeset/1305 Le 05/06/2013 15:29, Sylvain Arabeyre a écrit : > Hi, > > With error_reporting set to "E_ALL & ~E_NOTICE" (defa

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Sylvain Arabeyre
Hi, With error_reporting set to "E_ALL & ~E_NOTICE" (default) in php.ini, the errors from "\plugins\graphicalqueries\php_errors.log" are: --> "PHP Warning: Creating default object from empty value in C:\ms4w\apps\pmapper\pmapper-4.3.1\plugins\common\selectTools.inc.php on line 272" for

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Thomas RAFFIN
Hi, Could you send the lines relative to the plugin in you PHP error log file (with your previous parameter) that you should have with the first parameter and not with the 2d one? Le 05/06/2013 13:28, Sylvain Arabeyre a écrit : > Dear all, > > I finally succeeded to get the gaphical queries plu

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Sylvain Arabeyre
Dear all, I finally succeeded to get the gaphical queries plugin to work properly. In the php.ini file, I changed the error_reporting from "error_reporting = E_ALL & ~E_NOTICE" to "error_reporting = E_ALL & E_STRICT". As I have no knowledge of php, I would like to know what are the consequences of

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-04 Thread Sylvain Arabeyre
Dear all, I still can't get the graphical queries plugin to work properly with the tools 'Exclude from the current selection' and 'Intersect with current selection'. I've installed the selectionManagement plugin and if use the button "Reload selection" after using either the 'Exclude from the cur

Re: [pmapper-users] graphical queries

2012-05-02 Thread Thomas RAFFIN
Hi, This METADATA tag is useful for "heavy views" (or join). It allow the use of: - a "simple" table to draw, query graphically, etc... For instance something like that: LAYERS METADATA PM_RESULT_DATASUBSTITION "the_geom FROM my_geom_table USING UNIQUE gid" ... END