Skip to content

Commit

Permalink
fix CDO
Browse files Browse the repository at this point in the history
Signed-off-by: Rehili Ghazwa <[email protected]>
  • Loading branch information
ghazwarhili committed Mar 13, 2024
1 parent c7c074b commit 3ea74fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/network-map-viewer/network/line-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ export class LineLayer extends CompositeLayer {
// line status
const lineStatusIconLayer = new IconLayer(
this.getSubLayerProps({
id: 'OperatingStatus' + compositeData.nominalV,
id: 'operatingStatus' + compositeData.nominalV,
data: compositeData.operatingStatus,
// The position passed to this layer causes a bug when zooming and maxParallelOffset is reached:
// the icon is not correctly positioned on the lines, they are slightly off.
Expand Down

0 comments on commit 3ea74fa

Please sign in to comment.