Re: [josm-dev] [PATCH 1/2] QuadBuckets (using quad tiling) for node storage in JOSM

2009-09-16 Thread A Morris
I ran josm with your patch. Here are some initial general observations which do not include any analysis of the algorithm itself. It seems the QuadBuckets class is referenced only through the CollectionNode interface, and none of the features (i.e. fast searching within a bbox) are actually used?

[josm-dev] Accidentally deleted the National Byway cycle route...

2009-08-31 Thread A Morris
A fellow mapper has kindly informed me that my changeset 2315455 appears to have deleted all the members from the National Byway cycle route. Unfortunately I am not sure how to revert this changeset; If anyone is able to revert this for me I would be most grateful. I think the problem may have

Re: [josm-dev] Patch for Align nodes straight and parallel action

2008-08-31 Thread A Morris
, then equals. The code for make ways parallel but preserve curves is going to be significantly more complicated, so I thought I would do them separately. Aled. On Sun, Aug 31, 2008 at 9:54 AM, Dirk Stöcker [EMAIL PROTECTED] wrote: On Sun, 31 Aug 2008, A Morris wrote: I intend to make a 'Align

Re: [josm-dev] Patch for Align nodes straight and parallel action

2008-08-31 Thread A Morris
You're right, that the action probably needs more clicks. but making ways straight and aligned is not such an often done task, so for me the negative fact to have more different tools counts more :-) I'm not sure how having additional tools is a negative? I agree it isn't the most common

[josm-dev] how to create icons?

2008-08-30 Thread A Morris
I have implemented a new 'action' in josm, but it needs an icon in the menu. What is the preferred way to create these icons? Cheers, Aled. ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] how to create icons?

2008-08-30 Thread A Morris
Thanks for the suggestions - I've cobbled something together in gimp, though the quality reflects my artistic talent, I'm afraid. Aled. ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

[josm-dev] Patch for Align nodes straight and parallel action

2008-08-30 Thread A Morris
1970-01-01 00:00:00 + +++ src/org/openstreetmap/josm/actions/AlignNodesStraightAndParallel.java 2008-08-30 23:46:11 + @@ -0,0 +1,193 @@ +// AlignWaysStraightAndParallel.java + +//Copyright (C) 2008 Aled Morris [EMAIL PROTECTED] +// +//This program is free software: you

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread A Morris
, 23 Aug 2008, A Morris wrote: I am trying to run the latest SVN revision of JOSM in eclipse on a Mac. The code builds, but does not run; it hangs inside the native method Object.wait() in ElemStyleHandler. The offending line is: curIcon = new ImageIcon(Toolkit.getDefaultToolkit

Re: [josm-dev] patch for JOSM runtime error on MacOS

2008-08-23 Thread A Morris
, 2008 at 10:23 PM, Dirk Stöcker [EMAIL PROTECTED] wrote: On Sat, 23 Aug 2008, A Morris wrote: I don't knowingly use an external styles file - I simply tried to build and run the latest JOSM revision. I fixed that access. Should work now for you too. a) Could you paste any lines with mappaint