Modify ↓
Opened 10 years ago
Closed 10 years ago
#12020 closed defect (duplicate)
Error: joining intersecting ways
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- draw two square which intersects
like:
_ _|_|_ |_|_|_| |_|
- Join the ways (Shift+J)
What is the expected result?
a new way
What happens instead?
error and random new ways
Please provide any additional information below. Attach a screenshot if possible.
Revision: 8952 Repository Root: http://josm.openstreetmap.de/svn Relative URL: ^/trunk Last Changed Author: Don-vip Last Changed Date: 2015-10-27 14:03:41 +0100 (Tue, 27 Oct 2015) Build-Date: 2015-10-27 13:05:26 URL: http://josm.openstreetmap.de/svn/trunk Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last Changed Rev: 8952 Identification: JOSM/1.5 (8952 de) Windows Vista 32-Bit Memory Usage: 385 MB / 989 MB (47 MB allocated, but free) Java version: 1.8.0_65, Oracle Corporation, Java HotSpot(TM) Client VM Dataset consistency test: No problems found Plugins: - OpeningHoursEditor (31696) - RoadSigns (31694) - buildings_tools (31694) - download_along (31603) - geotools (31603) - imagery_offset_db (31694) - jts (31603) - log4j (31603) - reverter (31694) - terracer (31694) - turnlanes (31603) - turnrestrictions (31694) - undelete (31603) Last errors/warnings: - E: java.lang.RuntimeException: Way not circular - E: java.lang.RuntimeException: Way not circular - E: java.lang.RuntimeException: Way not circular - E: java.lang.RuntimeException: Way not circular - E: java.lang.RuntimeException: Way not circular java.lang.RuntimeException: Way not circular at org.openstreetmap.josm.actions.JoinAreasAction.markWayInsideSide(JoinAreasAction.java:778) at org.openstreetmap.josm.actions.JoinAreasAction.joinAreas(JoinAreasAction.java:581) at org.openstreetmap.josm.actions.JoinAreasAction.join(JoinAreasAction.java:475) at org.openstreetmap.josm.actions.JoinAreasAction.actionPerformed(JoinAreasAction.java:405) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.KeyboardManager.fireBinding(Unknown Source) at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source) at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #11992.