From aa09245da0fa82c4b60f308ba14e6f196fb06069 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Thu, 21 Nov 2024 12:37:07 -0500 Subject: [PATCH] Update xpublish_edr/plugin.py Co-authored-by: Alex Kerney --- xpublish_edr/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpublish_edr/plugin.py b/xpublish_edr/plugin.py index a83123e..4671f27 100644 --- a/xpublish_edr/plugin.py +++ b/xpublish_edr/plugin.py @@ -224,7 +224,7 @@ def get_collection_metadata(dataset: xr.Dataset = Depends(deps.dataset)): }, }, "area": { - "href": "/edr/area", + "href": "/edr/area?coords={coords}", "hreflang": "en", "rel": "data", "templated": True,