From 00fdc5577cb669ff80db2f205d0f15b18c72933d Mon Sep 17 00:00:00 2001 From: evlist Date: Tue, 6 Jun 2023 15:15:10 +0200 Subject: [PATCH] Minor update in overlay-definitions --- src/components/overlays/overlay-definitions.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/overlays/overlay-definitions.ts b/src/components/overlays/overlay-definitions.ts index 5062782..7bdbcc2 100644 --- a/src/components/overlays/overlay-definitions.ts +++ b/src/components/overlays/overlay-definitions.ts @@ -218,7 +218,13 @@ export const overlayDefinitions = { vanlife: { naturalSites: true }, }, }, - waterway: { waterfall: { hiking: { naturalSites: true } } }, + waterway: { + waterfall: { + hiking: { naturalSites: true }, + cycling: { naturalSites: true }, + vanlife: { naturalSites: true }, + }, + }, natural: { peak: { hiking: { naturalSites: true },