GeoJsonLayer on data load error #7093
-
Hello, I've checked the issues but couldn't find any related discussion. So the problem is handling failed GeoJsonLayer data loading. I' am using data URI for loading data and
I tried adding Is there any way to get error callback while loading the data from URI? I know I can load data by myself however using URI is waay easier for me. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Both |
Beta Was this translation helpful? Give feedback.
-
Same issue here, and I am using deck.gl v9.0.38. How did you resolve it? |
Beta Was this translation helpful? Give feedback.
Both
layer.props.onError
anddeck.props.onError
are called if data fetching fails, at least on the latest version.