diff --git a/streets.ps1 b/streets.ps1 index c08360d..89d079f 100644 --- a/streets.ps1 +++ b/streets.ps1 @@ -75,8 +75,8 @@ $featureList = Import-Csv ./data.csv color = $partyMapping.$party weight = 10 } - name = $street - description = $pollingStation.Name + name = $pollingStation.Name + description = $street } geometry = [PSCustomObject]@{ type = 'LineString'