Updates CatPrezMapSearch.vue & SpacePrezMapSearch.vue to use the new API request composables.
Any SPARQL queries that can be replaced by API calls have been replaced, such as getting the list of catalogs, datasets & feature collections. Some of the data structures have been updated, as well as the remaining SPARQL queries, but the functionality of both components remain unchanged. The Pinia stores used for requests are no longer needed, and can be removed.
Updates
CatPrezMapSearch.vue
&SpacePrezMapSearch.vue
to use the new API request composables.Any SPARQL queries that can be replaced by API calls have been replaced, such as getting the list of catalogs, datasets & feature collections. Some of the data structures have been updated, as well as the remaining SPARQL queries, but the functionality of both components remain unchanged. The Pinia stores used for requests are no longer needed, and can be removed.