From 8ab8de132ad0936588e9c4304e423177c7732911 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 13 Jan 2024 22:03:39 +0100 Subject: [PATCH] switch around name and description polling station is much more useful as name --- streets.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'