Minor update in overlay-definitions
This commit is contained in:
parent
2bd23ac785
commit
00fdc5577c
|
@ -218,7 +218,13 @@ export const overlayDefinitions = {
|
||||||
vanlife: { naturalSites: true },
|
vanlife: { naturalSites: true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
waterway: { waterfall: { hiking: { naturalSites: true } } },
|
waterway: {
|
||||||
|
waterfall: {
|
||||||
|
hiking: { naturalSites: true },
|
||||||
|
cycling: { naturalSites: true },
|
||||||
|
vanlife: { naturalSites: true },
|
||||||
|
},
|
||||||
|
},
|
||||||
natural: {
|
natural: {
|
||||||
peak: {
|
peak: {
|
||||||
hiking: { naturalSites: true },
|
hiking: { naturalSites: true },
|
||||||
|
|
Loading…
Reference in New Issue