switch around name and description

polling station is much more useful as name
main
lub 4 months ago
parent ddedf73d55
commit 8ab8de132a

@ -75,8 +75,8 @@ $featureList = Import-Csv ./data.csv
color = $partyMapping.$party color = $partyMapping.$party
weight = 10 weight = 10
} }
name = $street name = $pollingStation.Name
description = $pollingStation.Name description = $street
} }
geometry = [PSCustomObject]@{ geometry = [PSCustomObject]@{
type = 'LineString' type = 'LineString'

Loading…
Cancel
Save