Skip to content

Commit

Permalink
DBC22-2886
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird authored and ray-oxd committed Dec 5, 2024
1 parent 9f1b0f5 commit 802999d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/Components/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ export default function DriveBCMap(props) {
const symbolsStyle = {
...glStyle,
layers: glStyle.layers.filter((layer) => (
layer.id.startsWith('TRANSPORTATION/DRA/Hwy Symbols')
layer.id.startsWith('TRANSPORTATION/DRA/Hwy Symbols') ||
layer.id.startsWith('TRANSPORTATION/DRA/Road Names')

)),
};

Expand Down

0 comments on commit 802999d

Please sign in to comment.