Use graph-based nearest hubs
All checks were successful
Build Docker Image / build (push) Successful in 6m46s
All checks were successful
Build Docker Image / build (push) Successful in 6m46s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user