Re: [pmapper-users] graphicalqueries

2017-02-11 Thread Sylvain Arabeyre
r-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 comm

[pmapper-users] graphicalqueries

2017-02-09 Thread Alexandre Oliveira
Hi, I´v installed the graphicalqueries plugin, but when i draw the poligon it doesn´t return any results, giving the following log error *$queryResult = SelectTools::mixSelection($_REQUEST['selectMethode'], $jsonPMResult, $queryResult);* Does anyone knows how to fix it? Thanks Alex

Re: [pmapper-users] GraphicalQueries plugin

2013-05-16 Thread Thomas RAFFIN
Le 16/05/2013 11:22, Chris forum a écrit : > Apache error log is indeed reporting an error related to > graphiclaqueries.css. > > Just had to fix the url for each buttons, like: > url('images/add_down.gif'); > replaced with > url('../../images/buttons/chameleon/add_down.gif'); I will check that.

Re: [pmapper-users] GraphicalQueries plugin

2013-05-16 Thread Chris forum
Apache error log is indeed reporting an error related to graphiclaqueries.css. Just had to fix the url for each buttons, like: url('images/add_down.gif'); replaced with url('../../images/buttons/chameleon/add_down.gif'); This is a high level plugin, congrats Thomas! So high level I am afraid mos

Re: [pmapper-users] GraphicalQueries plugin

2013-05-14 Thread Chris forum
My mistake here I sorry... I had moved the mapToolArea into the uiLayoutSouth div, so the window with checkboxes was hidden down there somewhere. mapToolArea is now back into the uiLayoutCenter div and everything is back to normal! As you said, there must be something to fix with the buttons thoug

Re: [pmapper-users] GraphicalQueries plugin

2013-05-14 Thread Chris forum
Great, thx for the fast answer and for the example link! On my project, when I select the tool, the help is displayed and the drop down menu with the layers also. But the window with the check boxes (query on all layers / buffer) is missing. Now that I see how it is supposed to work, I will try

Re: [pmapper-users] GraphicalQueries plugin

2013-05-14 Thread Thomas RAFFIN
Hi Chris, The points you are talking about are already implemented in the plugin. You should have 5 tools (point, line, ...) and few options for them (chose a layer or select all layers, buffer with distance to specify, ...), like in this example: http://simap3.sirap.fr/ambert/ (just click on

[pmapper-users] GraphicalQueries plugin

2013-05-14 Thread Chris forum
Hi Armin, Thomas, all Armin> It looks like Apache need a restart, I can not reach pmapper.net since yesterday. ;-) Thomas> I have just added the GraphicalQueries polygon tool into my project. So far it works well, very similar to the Select tool but using a polygon instead of a rectangle. Howeve