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 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.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025218.html
 Sent from the pmapper-users -- p.mapper users mailing list mailing list 
 archive at Nabble.com.

 --
 How ServiceNow helps IT people transform IT departments:
 1. A cloud service to automate IT design, transition and operations
 2. Dashboards that offer high-level views of enterprise services
 3. A single system of record for all IT processes
 http://p.sf.net/sfu/servicenow-d2d-j
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users




--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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 this change in my pmapper application?

Thanks.
Sylvain. 



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025214.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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 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 this change in my pmapper application?

 Thanks.
 Sylvain.



 --
 View this message in context: 
 http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025214.html
 Sent from the pmapper-users -- p.mapper users mailing list mailing list 
 archive at Nabble.com.

 --
 How ServiceNow helps IT people transform IT departments:
 1. A cloud service to automate IT design, transition and operations
 2. Dashboards that offer high-level views of enterprise services
 3. A single system of record for all IT processes
 http://p.sf.net/sfu/servicenow-d2d-j
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users



-- 


Thomas RAFFIN
Chef de Projet Internet
traf...@sirap.fr mailto:traf...@sirap.fr  Sirap http://sirap.fr 
Tel 
: 04 75 72 84 10
Fax : 04 75 70 07 98
Rue Paul Louis Héroult - BP 253
26106 Romans cedex

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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 the Remove the current selection tool.
 
 -- PHP Warning:  Creating default object from empty value in
C:\ms4w\apps\pmapper\pmapper-4.3.1\plugins\common\selectTools.inc.php on
line 440 for the Intersect with current selection tool

Thanks.
Sylvain.



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025216.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025218.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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 current selection' or
'Intersect with current selection', the application will update both map and
attribute table correctly.

My problem is: how can I get the Reload selection to run after using the
'Exclude from the current selection' or and 'Intersect with current
selection' from the graphical plugin ?

Thanks!
Sylvain Arabeyre.



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Graphical-queries-doesn-t-update-attribute-table-and-map-with-exclude-from-current-sel-tp4025197p4025212.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users