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 most users of my company will get lost ;-)
I am going to modify it to a light version which only let the user
selecting objects from all layers by drawing a polygon.



On Tue, May 14, 2013 at 4:47 PM, Chris forum <bak.fo...@gmail.com> wrote:

> 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 though, they
> are not displayed into the area 'Opération sur les sélections'.
> Will check that now.
>
>
>
>
> On Tue, May 14, 2013 at 4:12 PM, Chris forum <bak.fo...@gmail.com> wrote:
>
>> 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 to find what's
>> wrong here.
>> From what I see there is no error in Firebug.
>>
>> I will let you know If I get it to work!
>>
>>
>> On Tue, May 14, 2013 at 3:41 PM, Thomas RAFFIN <traf...@sirap.fr> wrote:
>>
>>> 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 the "imagemap" on the right to open pmapper)
>>>
>>> I think there is a problem with CSS that doesn't make the options
>>> available. I will try to debug it ASAP. But are you able to debug with
>>> Firebug for instance?
>>>
>>> Thomas
>>>
>>> Le 14/05/2013 15:24, Chris forum a écrit :
>>> > Hi Armin, Thomas, all
>>> >
>>> > Armin>
>>> > It looks like Apache need a restart, I can not reach pmapper.net
>>> > <http://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.
>>> >
>>> > However, I must be missing something...
>>> >
>>> > 1) The result window is displaying a Buffer button, how is it supposed
>>> > to work? Pushing it has not effect here.
>>> >
>>> > 2) Like the Identify tool, I would like to perform the query on all
>>> > the visible layers. I guess this is already implemented from what I
>>> > see in graphicalqueries.js (GraphicalQueries_AllLayer). If I am right,
>>> > how can I do such queries instead of specifiyng a single layer from
>>> > the drop down menu?
>>> >
>>> > 3) Actually I don't see any window with the buttons provided with the
>>> > plugin, or any window proposing actions on selection (reload,
>>> > intersect, ...)
>>> >
>>> > I am really interested in seeing all those functions!
>>> >
>>> > Kind regards,
>>> > Chris
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AlienVault Unified Security Management (USM) platform delivers complete
>>> security visibility with the essential security capabilities. Easily and
>>> efficiently configure, manage, and operate all of your security controls
>>> from a single console and one unified framework. Download a free trial.
>>> http://p.sf.net/sfu/alienvault_d2d
>>> _______________________________________________
>>> pmapper-users mailing list
>>> pmapper-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>>
>>
>>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to