Skip to content

Commit

Permalink
Merge branch 'master' into fix-electrification-state
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie authored Nov 2, 2024
2 parents 65c8360 + e9a3df4 commit f909672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/js/styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ const electrificationColor = (voltageProperty, frequencyProperty) => ['case',
['all', ['==', ['get', frequencyProperty], 0], ['==', ['get', voltageProperty], 1000]], color_1kv_dc,
['all', ['==', ['get', frequencyProperty], 0], ['!=', ['get', voltageProperty], null], ['>', 1000, ['get', voltageProperty]], ['>', ['get', voltageProperty], 750]], color_gt750v_lt1kv_dc,
['all', ['==', ['get', frequencyProperty], 0], ['==', ['get', voltageProperty], 750]], color_750v_dc,
['all', ['==', ['get', frequencyProperty], 0], ['!=', ['get', voltageProperty], null], ['<', 750, ['get', voltageProperty]]], color_lt750v_dc,
['all', ['==', ['get', frequencyProperty], 0], ['!=', ['get', voltageProperty], null], ['>', 750, ['get', voltageProperty]]], color_lt750v_dc,
['all',
['!=', ['get', frequencyProperty], 0],
['!=', ['get', voltageProperty], null],
Expand Down

0 comments on commit f909672

Please sign in to comment.