Fix electrification change feature - display of electrification was incorrect. Fix missing 'kind' from crossing on route 2421

This commit is contained in:
2026-02-28 21:43:43 +00:00
parent 5ce8ca7c0e
commit bda2e8a0be
2 changed files with 5 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
{#if showToEco}
<text x="75" y="48" fill="#b91c1c" style="text-transform: uppercase;">
ECO: {feature.to.eco} | Type: {feature.from.elec}
ECO: {feature.to.eco} | Type: {feature.to.elec}
</text>
{/if}
</g>