Skip to content

Commit

Permalink
Increase simplification level of route paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed May 28, 2024
1 parent 5626d0e commit b20e174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/frontend/src/app/util/linear-referencing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from 'src/app/util/geo-translation';
import buffer from '@turf/buffer';

const SIMPLIFY_ROUTE_TOLERANCE = 0.0001;
const SIMPLIFY_ROUTE_TOLERANCE = 0.0002;
const RULER = cheapRuler(0, 'meters');

export const getPointAlongPathByDistance = (
Expand Down

0 comments on commit b20e174

Please sign in to comment.