TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.16k stars 361 forks source link

V7 - V8: Catalog search loading spinner never stops #5041

Open KeyboardSounds opened 3 years ago

KeyboardSounds commented 3 years ago

Try searching for data in a v8 map catalog. image The "loading" spinner never stops.

zoran995 commented 3 years ago

This is resolved in #4812. The issue is in the DataCatalog.jsx#L51 it should be searchResults={searchState.catalogSearchResults}

image