Skip to content

Commit

Permalink
DBC22-949: display highway name instead of display text
Browse files Browse the repository at this point in the history
DBC22-949: display highway name instead of display text
  • Loading branch information
bcgov-brwang committed Nov 14, 2023
1 parent 93b454f commit 4849dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/map/mapPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function getEventPopup(feature) {
return `
<div class="popup popup--delay ${severity}">
<div class="popup__title">
<p class="bold name">${feature.get('route_display')}</p>
<p class="bold name">${feature.get('route_at')}</p>
<p class="bold orientation">${convertDirection(feature.get('direction'))}</p>
</div>
Expand Down

0 comments on commit 4849dad

Please sign in to comment.