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
Trying to use the same query result in two maps in the notebook fails. The result is AttributeError: 'str' object has no attribute 'geometryType'
To Reproduce
Steps to reproduce the behavior:
Plot a query result with e.g. generate_map([places], 500)
Do 1. again.
Expected behavior
A query result should be plottable multiple times.
Additional context
This is caused by Kepler.gl apparently converting the query result geodataframe geometry column to not be of the type geometry. This happens whenever Kepler.gl plots a geodataframe :(
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to use the same query result in two maps in the notebook fails. The result is
AttributeError: 'str' object has no attribute 'geometryType'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A query result should be plottable multiple times.
Additional context
This is caused by Kepler.gl apparently converting the query result geodataframe geometry column to not be of the type geometry. This happens whenever Kepler.gl plots a geodataframe :(
The text was updated successfully, but these errors were encountered: