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
weight = 10
}
name = $street
description = $pollingStation.Name
name = $pollingStation.Name
description = $street
}
geometry = [PSCustomObject]@{
type = 'LineString'

Loading…
Cancel
Save