Skip to content

Commit

Permalink
Update main/src/main/java/org/mobilitydata/gtfsvalidator/validator/Sh…
Browse files Browse the repository at this point in the history
…apeIncreasingDistanceValidator.java

Co-authored-by: jcpitre <[email protected]>
  • Loading branch information
cka-y and jcpitre authored Mar 6, 2024
1 parent 74eb5cd commit 426c2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static class EqualShapeDistanceDiffCoordinatesNotice extends ValidationNotice {
* `shapes.txt` and the distance between the two points is less than 1.11m.
*
* <p>When sorted by `shape.shape_pt_sequence`, the values for `shape_dist_traveled` must increase
* along a shape. Two consecutive points with equal values for `shape_dist_traveled` and different
* along a shape. Two consecutive points with equal values for `shape_dist_traveled` and small difference of coordinates (less than 1.11 m distance) result in a warning.
* coordinates indicate an error.
*/
@GtfsValidationNotice(
Expand Down

0 comments on commit 426c2db

Please sign in to comment.