You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to upload geoJSON files that include just a single Feature that is a Point, but am getting a Failed to upload files error.
To Reproduce
Steps to reproduce the behavior:
Go to kepler.gl/demo
Try to upload this geoJSON snippet (as a .geoJSON file):
Expected behavior
It is expected the file uploads and the Point appears on the map.
Desktop (please complete the following information):
OS: macOS 10.15.4
Browser: chrome
Version: 83.0.4103.116
Additional context
This process worked as recently as mid-late May, so I believe a recent release may have broken it. Other geoJSON files that I upload work, though they are all either FeatureCollections or MultiLineStrings.
I also tried to use the examples in the docs. The single Feature also failed, while the FeatureCollection uploaded as expected.
Thank you!
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to upload geoJSON files that include just a single Feature that is a Point, but am getting a
Failed to upload files
error.To Reproduce
Steps to reproduce the behavior:
This results in a
Failed to upload files
error.Expected behavior
It is expected the file uploads and the Point appears on the map.
Desktop (please complete the following information):
Additional context
This process worked as recently as mid-late May, so I believe a recent release may have broken it. Other geoJSON files that I upload work, though they are all either FeatureCollections or MultiLineStrings.
I also tried to use the examples in the docs. The single Feature also failed, while the FeatureCollection uploaded as expected.
Thank you!
The text was updated successfully, but these errors were encountered: