Skip to content

Commit

Permalink
fix null values in layer filter in legend because of missing way_length
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 26, 2024
1 parent 46fefd3 commit 956cb33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions proxy/js/styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3231,6 +3231,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
},
},
{
Expand All @@ -3247,6 +3248,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
},
variants: [
{
Expand All @@ -3256,6 +3258,7 @@ const legendData = {
standard_label: null,
ref: null,
track_ref: null,
way_length: 1.0,
},
},
{
Expand All @@ -3265,6 +3268,7 @@ const legendData = {
standard_label: null,
ref: null,
track_ref: null,
way_length: 1.0,
},
},
],
Expand All @@ -3283,6 +3287,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3299,6 +3304,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3315,6 +3321,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3331,6 +3338,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3347,6 +3355,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3363,6 +3372,7 @@ const legendData = {
ref: 'L1',
standard_label: null,
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3379,6 +3389,7 @@ const legendData = {
ref: 'L1',
standard_label: 'Name',
track_ref: '8b',
way_length: 1.0,
}
},
{
Expand All @@ -3395,6 +3406,7 @@ const legendData = {
ref: null,
standard_label: null,
track_ref: null,
way_length: 1.0,
}
},
],
Expand Down

0 comments on commit 956cb33

Please sign in to comment.