Using topoJSON is it possible to take two properties from an input shapefile and combine them into a single property on the output topoJSON file?
For example if the feature on the original shapefile has the properties 'constituency':'34' and 'ward':'90' is it possible to concatenate these into a single id property in the output JSON file 'id':'3490'?
If not, can anyone suggest an elegant way to achieve this?