Skip to content

Commit

Permalink
Remove unused route_name in TravelGpx
Browse files Browse the repository at this point in the history
  • Loading branch information
RZR-UA committed Dec 5, 2024
1 parent 33dfd0f commit 93636ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class TravelObfHelper implements TravelHelper {
);
// Do not clutter GPX with tags that are always generated.
private static final Set<String> doNotSaveAmenityGpxTags = Set.of(
"date", "distance", "route_name", "route_radius",
"date", "distance", "route_radius",
"avg_ele", "min_ele", "max_ele", "start_ele", "ele_graph", "diff_ele_up", "diff_ele_down",
"avg_speed", "min_speed", "max_speed", "time_moving", "time_moving_no_gaps", "time_span", "time_span_no_gaps"
);
Expand Down

0 comments on commit 93636ce

Please sign in to comment.