Opened 16 years ago

Closed 14 years ago

#3447 closed defect (fixed)

[Patch] Routing plugin ignores oneways — at Version 5

Reported by: kay_D Owned by: team
Priority: major Milestone:
Component: Plugin routing Version: latest
Keywords: routing oneway Cc: kay_D

Description (last modified by franpd)

Routing follows oneway streets in the wrong direction, regardless of the
"ignore oneways" menu setting. See Screenshot.

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 2083
Node Kind: directory
Last Changed Author: Gubaer
Last Changed Rev: 2083
Last Changed Date: 2009-09-09 00:46:01 +0200 (Wed, 09 Sep 2009)

Memory Usage: 73 MB / 267 MB (29 MB allocated, but free)
Java version: 1.6.0_15

Plugins: DirectUploadPicLayereditgpxgraphviewlivegpsmultipolyosmarenderplastic_lafremotecontrolroutingslippymapsurveyorusertoolsvalidatorwmsplugin
Plugin plastic_laf Version: 14016
Plugin DirectUpload Version: 17532
Plugin PicLayer Version: 17327
Plugin editgpx Version: 17530
Plugin graphview Version: 17538
Plugin livegps Version: 16945
Plugin multipoly Version: 16609
Plugin osmarender Version: 17518
Plugin remotecontrol Version: 17457
Plugin routing Version: 17544
Plugin slippymap Version: 17433
Plugin usertools Version: 17359
Plugin validator Version: 17540
Plugin wmsplugin Version: 17553
Plugin surveyor Version: 17384

Change History (7)

by kay_D, 16 years ago

Attachment: routing-oneway.png added

screenshot showing routing ignoring oneways

comment:1 by kay_D, 16 years ago

Changing the route direction in the routing menu does not have any visible effect, except for swapping the red and green flag.

comment:2 by kay_D, 16 years ago

Cc: kay_D added

comment:3 by Hassan S, 14 years ago

This should have been solved in latest rev.

comment:4 by franpd, 14 years ago

Owner: changed from vidalfree@… to team
Summary: Routing plugin ignores oneways[Patch] Routing plugin ignores oneways

The problem should be fixed with the patch attached. It no longer uses "AsUndirectedGraph" class (responsible for the error). Instead, when selecting "ignore oneways", a new way is calculated with all paths bidirectional.

Reassigned to team as the authors are no longer supporting the plugin.

by franpd, 14 years ago

Attachment: ignore_oneways.patch added

comment:5 by franpd, 14 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Problem fixed with some minor changes in patch attached.

Note: See TracTickets for help on using tickets.