feat: add RELLIS dataset compatibility smoke
This commit is contained in:
@@ -426,6 +426,9 @@ app.include_router(
|
||||
dataset_preview_provider=lambda: (
|
||||
REPOSITORY_ROOT / ".runtime" / "dataset-gateway" / "preview.json"
|
||||
),
|
||||
dataset_rellis_preview_provider=lambda: (
|
||||
REPOSITORY_ROOT / ".runtime" / "dataset-gateway" / "rellis-preview.json"
|
||||
),
|
||||
dataset_ground_preview_provider=lambda: (
|
||||
REPOSITORY_ROOT / ".runtime" / "dataset-gateway" / "ground-comparison.json"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user