From be884eb512fa15c75c89f73e2ae0665dd986f4f6 Mon Sep 17 00:00:00 2001 From: Lisa Stillwell Date: Tue, 2 Jul 2024 13:54:58 -0400 Subject: [PATCH] Fixed layer keyword for wfs layers --- terria_catalogV8DB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terria_catalogV8DB.py b/terria_catalogV8DB.py index 96df6e5..c71cce8 100644 --- a/terria_catalogV8DB.py +++ b/terria_catalogV8DB.py @@ -201,7 +201,7 @@ class TerriaCatalogDB: '"description": "This data is produced by the ADCIRC model and presented through the ADCIRC Prediction System Visualizer",' \ '"dataCustodian": "RENCI",' \ '"type": "wfs",' \ - '"layers": "layers",' \ + '"typeNames": "layers",' \ '"legends": [' \ '{' \ '"url": "url",' \