Hi all

While regular drawing tools allow to show right click context menu (sometimes 
useful to access zoom tools), constrained tools don't. If I click on the right 
mouse button, the drawing is stopped and the feature is created. I wonder if it 
make sense to have 2 different ways to draw features or it is better to 
homologue to only one (the regular drawing tool one)

There is a small code in ConstrainedMultiClickTool that could be deactivated:
////////////////////////////////////////////////////////////////////////////////

 public boolean isRightMouseButtonUsed() //we want the right click to close the 
poly
    {
        return true;
    }
////////////////////////////////////////////////////////////////////////////////////
In this way Constrained tool can use also right click context menu

If you agree I can do it

Peppe


________________________________
 Da: Giuseppe Aruta <giuseppe_ar...@yahoo.it>
A: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> 
Inviato: Lunedì 2 Gennaio 2012 10:50
Oggetto: [JPP-Devel]  improving CoordinateListMetrics
 

Hi all,
before making OJ 1.5, I want to add a small code to CoordinateListMetrics to 
improve measure.
I added a screenshot of it.
It add the Azimuth of a drawing segment, together with the lenght/angle/area 
(see the screenshot). While "angle" is calculate from the previous segment, 
"Azimuth" always shows the direction of the segment referencing north. This 
tool is useful if the user has to draw parts of linestring/polygons according 
to specific angles to north. 

I also need this function for my up-to-come measuring tools (part of the CAD 
plugin) that I want to make available in few days.

The limit of this 1st version of Calculate Azimuth is that it works only on 
cylindric projections (not all, not of coarse close to poles, not on a big 
scale maps). This is a limit that I want to solve in the future

Before doing this modification I ask the other developers if  they agree of 
this modification.

regards


Peppe



________________________________
 Da: Michaël Michaud <michael.mich...@free.fr>
A: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net> 
Inviato: Lunedì 2 Gennaio 2012 7:43
Oggetto: Re: [JPP-Devel] Dissolve/Merge/Union
 
Hi Stefan,

> what is the effect for the option "aggregate unused fields", in the new
> union plugin?
Aggregate fields in the result (if the user choose field A for union, 
other fields B, C... are aggregated
with a default aggregation function which is sum for numeric attributes 
and concatenate for string)
> trying to translate.. but can't guess
In french I did not translate unused
Aggregate unused fields -> Aggregate fields
See also the tooltip :
aggregation-tooltip -> Sum or concatenate attribute values into unioned 
features
> Btw., a description of that function is a hot candidate for a blog entry ;)
I'll try to update the wiki this week,

Michaël
>
> stefan
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With
 Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


------------------------------------------------------------------------------
Ridiculously easy
 VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to