magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
493 stars 93 forks source link

Map Preview doesn't select the default feature layer correctly when it's supplied via query parameter #3511

Closed t83714 closed 3 months ago

t83714 commented 3 months ago

Map Preview doesn't select the default feature layer correctly when it's supplied via query parameter

e.g. for the distribution below the feature layer "summary-occ" should be auto-selected but doesn't:

CleanShot 2024-03-26 at 14 39 45@2x

Fixes

The in should be of in this line: https://github.com/magda-io/magda/blob/922f6a82fc21a17d90141a066cbbf0ab2d2ea39b/magda-web-client/src/Components/Common/DataPreviewMap.tsx#L239

t83714 commented 3 months ago

closed via PR: https://github.com/magda-io/magda/pull/3512