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
Using the following csv as example:
lon,lat
30,30
40,40
results in the points not being shown after csv is loaded, unless you zoom out a bit.
Something is not working correctly with the fit to bounds.
(Might be related to #1025 (although the issue there is already fixed))
(Edit: might not be kepler bug, but this? mapbox/geo-viewport#30)
To Reproduce
Steps to reproduce the behavior:
Go to kepler.gl (Issue can be easily reproduced there, but also when using keper.gl 2.5.1 in React app)
Add the above CSV to map (when using kepler.gl code, use centerMap: true)
Current behavior
The 2 points are not shown in viewport. You have to zoom out a bit to see them.
Expected behavior
The 2 points should be shown in viewport.
Desktop (please complete the following information):
OS: *
Browser: Chrome
Version 91
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the following csv as example:
results in the points not being shown after csv is loaded, unless you zoom out a bit.
Something is not working correctly with the fit to bounds.
(Might be related to #1025 (although the issue there is already fixed))
(Edit: might not be kepler bug, but this? mapbox/geo-viewport#30)
To Reproduce
Steps to reproduce the behavior:
centerMap: true
)Current behavior
The 2 points are not shown in viewport. You have to zoom out a bit to see them.
Expected behavior
The 2 points should be shown in viewport.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: