mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix one-way error positioning and description
The direction of travel in the description was misleading as the way segment wasn't necessary linear and so the direction could change as you travel along the way. This is more explicit as it specifies the detected start/end nodes (also useful to show that it's not the whole way that might be one-way). The position is now taken as the central node in the `feature.points` list (or the average of the central two when there are an even number of points).
This commit is contained in:
+1
-1
@@ -680,7 +680,7 @@ en:
|
||||
error_types:
|
||||
ow:
|
||||
title: Missing One-way
|
||||
description: 'Along this section of {highway}, {percentage}% of {num_trips} recorded trips travel {travel_direction}. There may be missing a "oneway" tag.'
|
||||
description: 'Along this section of {highway}, {percentage}% of {num_trips} recorded trips travel from {from_node} to {to_node}. There may be missing a "oneway" tag.'
|
||||
mr:
|
||||
title: Missing Geometry
|
||||
description: '{num_trips} recorded trips in this area suggest there may be unmapped {geometry_type} here.'
|
||||
|
||||
Reference in New Issue
Block a user