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
GeoParquet data hosted at https://data.source.coop/fiboa/us-ca-scm/us_ca_scm.parquet can be loaded into DuckDB but not added to the map. When Add to Map is clicked, Loading... appears on screen but the data doesn't get added to the map.
To Reproduce
Steps to reproduce the behavior:
Run this query in the SQL panel: select * from read_parquet("https://data.source.coop/fiboa/us-ca-scm/us_ca_scm.parquet") limit 100. Data can be seen in the form of a table
Click on Add to Map
Notice that Loading... appears but data is not added to the map
Expected behavior
The geometry in the loaded data should appear on the map.
Describe the bug
GeoParquet data hosted at
https://data.source.coop/fiboa/us-ca-scm/us_ca_scm.parquet
can be loaded into DuckDB but not added to the map. WhenAdd to Map
is clicked,Loading...
appears on screen but the data doesn't get added to the map.To Reproduce
Steps to reproduce the behavior:
select * from read_parquet("https://data.source.coop/fiboa/us-ca-scm/us_ca_scm.parquet") limit 100
. Data can be seen in the form of a tableAdd to Map
Loading...
appears but data is not added to the mapExpected behavior
The geometry in the loaded data should appear on the map.
Screenshots
Additional context
LinkedIn Comment
The text was updated successfully, but these errors were encountered: