Skip to content

Commit

Permalink
Make stops layers clickable when rendering debug client
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 18, 2024
1 parent 56f3b2a commit 6205e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/MapView/LayerControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class LayerControl implements IControl {
}
}
});
// initialize clickable layers (initially stops)
this.updateInteractiveLayerIds(map);
});

return this.container;
Expand Down

0 comments on commit 6205e97

Please sign in to comment.