Gert Gremmen [mailto:[EMAIL PROTECTED] wrote: >Sent: 17 April 2008 9:14 AM >To: Andy Robinson (blackadder); Frederik Ramm; [email protected] >Subject: RE: [josm-dev] Geometry stuff : 3 bugs ? > >yeah I have also some strange crashes, unknown exceptions >not only with validator, that I had to delete from the >JOSM application directory (running windose), >but also when loading (the famous delft crash) >51.92255038821225 / 52.032784477077776 and 4.236576041417922/ >4.4994456585820775 > >an exception happens, and only nodes are loaded. (one may fix bug this if >load as new layer is ticked) > >(we might need a method to copy all 4 coordinates from >a bookmark box for mails like this) > >In addition with the Q command I found a strange behavior at the following >building : > >51.98289 4.3478 >
Nice to have the squaring tool :-) I didnt check the above location but when applying "Q" in my area of buildings I found a couple that extrude to a strange result if Q is pressed. Try the rectangle here for instance: http://www.openstreetmap.org/index.html?mlat=52.55242769556695&mlon=-1.81659 0502678508&zoom=18 I tried to add the rectangle tool to the toolbar but instead it removed the circle tool (both tool icons appear to be the same, ie circle). I assume the tool has to take one of the edges as the baseline? I get quite a lot of rotation on some poorly drawn rectangles which for long thin ones can result in misalignment. This could be fixed by reintroducing a rotate tool of course. For now I've found that by making the object better manually first the undesired rotation is much reduced. Cheers Andy >Please take a look..... > >Gert Gremmen > > >-----Oorspronkelijk bericht----- >Van: [EMAIL PROTECTED] [mailto:josm-dev- >[EMAIL PROTECTED] Namens Andy Robinson (blackadder) >Verzonden: donderdag 17 april 2008 9:41 >Aan: 'Frederik Ramm'; [email protected] >Onderwerp: Re: [josm-dev] Geometry stuff committed > >I'm getting a validator plugin error when I try to load a gpx file with >this >latest version and disabling the plugin at the message popups that follow >doesn't work (although after a fresh restart the validator plugin checkbox >is not ticked and JOSM runs fine on gpx file load) > >Updated my plugins but the problem persists. > >Path: josm >URL: http://www.openstreetmap.de/svn/josm >Repository Root: http://www.openstreetmap.de/svn/josm >Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b >Revision: 609 >Node Kind: directory >Last Changed Author: framm >Last Changed Rev: 609 >Last Changed Date: 2008-04-17 03:14:08 +0200 (Thu, 17 Apr 2008) > > >java.lang.NoClassDefFoundError: Could not initialize class >org.openstreetmap.josm.plugins.validator.Severity > at >org.openstreetmap.josm.plugins.validator.ErrorLayer.getToolTipText(ErrorLay >e >r.java:94) > at >org.openstreetmap.josm.gui.dialogs.LayerListDialog$1.getListCellRendererCom >p >onent(LayerListDialog.java:160) > at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown >Source) > at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown >Source) > at javax.swing.plaf.basic.BasicListUI.getPreferredSize(Unknown >Source) > at javax.swing.JComponent.getPreferredSize(Unknown Source) > at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source) > at java.awt.Container.layout(Unknown Source) > at java.awt.Container.doLayout(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validateTree(Unknown Source) > at java.awt.Container.validate(Unknown Source) > at javax.swing.RepaintManager.validateInvalidComponents(Unknown >Source) > at >javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown >Source) > at java.awt.event.InvocationEvent.dispatch(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown >Source) > at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown >Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > >>-----Original Message----- >>From: [EMAIL PROTECTED] [mailto:josm-dev- >>[EMAIL PROTECTED] On Behalf Of Frederik Ramm >>Sent: 17 April 2008 2:15 AM >>To: [email protected] >>Subject: [josm-dev] Geometry stuff committed >> >>Hi, >> >> I have just commited r608 with the already demonstrated geometry >>features >> >>- new extrude mode allows creation of rectangular shapes >>- new AlignInRectangle function >>- additional information in status bar about length, heading, and >> angle of segment being drawn >>- helper line from last node to mouse cursor (disable with >> edit.helper-line=false) >> >>Hope it works. The "align in rectangle" thing might need some >>tweaking, I'd be happy if you could try it out on some real-life >>rectangles you have drawn. It only works if you're using Mercator >>or if you happen to be near the equator. Using EPSG:4326 if you're >>further away from the equator will lead to skewed rectangles a.k.a. >>parallelograms. >> >>Bye >>Frederik >> >>-- >>Frederik Ramm ## eMail [EMAIL PROTECTED] ## N49°00'09" E008°23'33" >> >> >>_______________________________________________ >>josm-dev mailing list >>[email protected] >>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev > > >_______________________________________________ >josm-dev mailing list >[email protected] >http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev
