Use graph-based nearest hubs
All checks were successful
Build Docker Image / build (push) Successful in 6m46s

This commit is contained in:
Ruslan Bakiev
2026-02-05 18:41:14 +07:00
parent 2fc4faaa83
commit f1eb7bc746
2 changed files with 5 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ export function useCatalogInfo() {
lat: entity.value.latitude,
lon: entity.value.longitude,
radius: 1000,
sourceUuid: entity.value.uuid,
limit: 12
},
'public',
@@ -312,6 +313,7 @@ export function useCatalogInfo() {
lat: coords.lat,
lon: coords.lon,
radius: 1000,
sourceUuid: entity.value?.uuid ?? null,
limit: 12
},
'public',