Describe the bug
When are geojson contains js object in the property, Kepler failed to render it in tooltip and data table
To Reproduce
Expected behavior
Parse js objects as a string
@heshan0131 Can I work to solve this?
YES! my thinking is when read in geojson from files, stringify properties that contain object. You can dig into geojson-processor
Sure, I will work on this. Maybe on Saturday I send a PR solving this. Thanks
Hi @heshan0131 , I solve this. You're right, the problem occurs in geojson-processor , so I add a check type in properties and bug crash is avoid, but I'm not sure if this result is correct, you can see the render result in this image. May we need to work in visual layer too? Or this fix resolve this issue and we can open another one to improve visual feedback?

The code is in PR #564
This is fixed, please reopen if this is anything else needed
Special thanks to @matheusmonte
Most helpful comment
This is fixed, please reopen if this is anything else needed
Special thanks to @matheusmonte