Skip to content

Commit 6a5d971

Browse files
committed
wip
1 parent 4ea841f commit 6a5d971

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

schema/lrs.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ table LinearReferencingMethod {
119119
properties:[Property];
120120

121121
traversal_index:TraversalRef;
122-
/// An LRM can apply to multiple referals
122+
/// An LRM can apply to multiple traversal
123123
/// For instance a LRM can be the central line of a highway
124124
/// And that LRM is the reference for the two other traversals corresponding to each direction
125125
used_on:[TraversalRef];

src/geometry_from_osm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ fn main() {
159159
views: Some(fbb.create_vector(&[view])),
160160
..Default::default()
161161
};
162+
162163
let lrs = Lrs::create(&mut fbb, &lrs_args);
163164

164165
fbb.finish(lrs, None);

0 commit comments

Comments
 (0)