RDFLib / prez-ui

BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Spatial search requests refactor #101

Closed jamiefeiss closed 1 year ago

jamiefeiss commented 1 year ago

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.