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