digital-land / submit

0 stars 1 forks source link

Visualise geospatial data on dataset details page #387

Closed CharliePatterson closed 2 months ago

CharliePatterson commented 2 months ago

Context:

Acceptance criteria:

The following datasets contain geospatial data:

Designs:

Designs in progress here: https://github.com/digital-land/submit/issues/311

Tasks:

alextea commented 2 months ago

Image

CharliePatterson commented 2 months ago

Thanks @alextea 🙏

@DilwoarH clarification on how the navigation works for this first iteration - we'll update the navigation in this separate ticket: https://github.com/digital-land/submit/issues/408

DilwoarH commented 2 months ago

@CharliePatterson - there are some datasets which have too many entries that the datasette API returns an error (query taking too long).

We will need to look at using layers for these as suggested by @GeorgeGoodall.

CharliePatterson commented 2 months ago

@DilwoarH would this be resolved when we switch over to using the performance db?

DilwoarH commented 2 months ago

@DilwoarH would this be resolved when we switch over to using the performance db?

I don't think so as that would still use Datasette (which has the limitation).

The map layers work better long term as they are generated and cached - therefore won't require additional processing on our end. We need to investigate the following:

Hope this makes sense