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
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
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
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
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
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
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
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