Bug description
I tried to use deck.gl GeoJSON chart to display a maps of point or polyline.
The original table contains a column geometry (postgresql) with a Lambert 93 (2145) projection.
After some research and tests, I tried to create a view to transform this column to GeoJSON format :
st_asgeojson(st_transform(ggevent.geometry, 4326)) AS geometry
So I test this column with deck.gl GeoJSON chart but the mapbox is empty :

I updated the viewport like my geometry values for information.
Screenshots/recordings
No response
Superset version
5.0.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
Bug description
I tried to use deck.gl GeoJSON chart to display a maps of point or polyline.
The original table contains a column geometry (postgresql) with a Lambert 93 (2145) projection.
After some research and tests, I tried to create a view to transform this column to GeoJSON format :
So I test this column with deck.gl GeoJSON chart but the mapbox is empty :

I updated the viewport like my geometry values for information.
Screenshots/recordings
No response
Superset version
5.0.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist