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 },