I've loaded some centroids that have valid coordinates in both geojson and csv (just to see if there was a difference). Map renders, but if I want to classify the data based upon an integer column Kepler recognizes the data, but incorrectly casts the data as a Boolean. Anyone else having the same issue?


Currently if a column only contain 1 or 0, it will be created as boolean, a workaround is to put in 1.0
Hi Shan, the file actually contains integers from 1-5. Sorry my screencap wasn't clearer...
thank you @pblack-trulia. We will make changes to the logic so that 1 & 0 will not be detected as boolean.
Hi Shan, the file actually contains integers from 1-5. Sorry my screencap wasn't clearer...
I am also having same issue. I have a field with 1s and 2s.
Most helpful comment
Currently if a column only contain 1 or 0, it will be created as boolean, a workaround is to put in 1.0