We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91854b9 commit 9f28b9aCopy full SHA for 9f28b9a
schema/lrs.fbs
@@ -119,7 +119,7 @@ table LinearReferencingMethod {
119
properties:[Property];
120
121
traversal_index:TraversalRef;
122
- /// An LRM can apply to multiple referals
+ /// An LRM can apply to multiple traversal
123
/// For instance a LRM can be the central line of a highway
124
/// And that LRM is the reference for the two other traversals corresponding to each direction
125
used_on:[TraversalRef];
src/geometry_from_osm.rs
@@ -159,6 +159,7 @@ fn main() {
159
views: Some(fbb.create_vector(&[view])),
160
..Default::default()
161
};
162
+
163
let lrs = Lrs::create(&mut fbb, &lrs_args);
164
165
fbb.finish(lrs, None);
0 commit comments