datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://datahub.io/opensource
MIT License
2.17k stars 322 forks source link

Geo countries dataset using wrong preview component #1101

Closed anuveyatsu closed 1 week ago

anuveyatsu commented 2 months ago

Geo countries dataset has a geojson data resource which should use Map component for preview instead of table - https://datahub.io/core/geo-countries

How to reproduce

Expected behavior

Renders a map.

olayway commented 4 weeks ago

Hmmm. I think it just shouldn't be displayed at all. A map is rather a data view, not a data preview, or not 🤔? We're currently working on disabling data previews for non-tabular/spreadsheet data formats.

@rufuspollock any thougths?

rufuspollock commented 4 weeks ago

I think we want to display previews/views for everything we can preview.

Valecia2023 commented 3 weeks ago

NREL:mainNREL:main

olayway commented 3 weeks ago

@mohamedsalem401 this is related to https://github.com/datopian/datahub-next/issues/339

olayway commented 1 week ago

FIXED