Add numbers and booleans to Table
Table currently has only strings - would be great to be able to add numeric and boolean columns as well. Would really help with export/import to other applications.
I just tested this with a number and a boolean in my properties. Changing a 3 to 4 in the table resulted in a number in the geojson, but changing a false to true resulted in the string "true" in the data.
The table is created using d3-metatable. Unclear what the lift would be for adding a way to specify the type on properties.
Maybe as a part of this, but switching to a table component that would allow for highlight/copy/paste multiple rows and drag-to-fill à la spreadsheets would be a game changer.
I’m not referring to formulas or anything, just the text manipulation.
I would love to help, but I don’t know much in the way of JS or web development