tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

Array mode for --accumulate-attribute

Open stevage opened this issue 6 years ago • 0 comments

Could --accumulate-attribute please support an array mode? Instead of just appending values to a comma separated string: foo,bar, an actual array would work much better with Mapbox-GL's in operator: ["foo", "bar"]

Up for discussion whether every attribute would be wrapped in an array even when a singleton, or only accumulations.

stevage avatar Jan 30 '20 23:01 stevage