From bced3f63bb01c511d0767b1bdc6a75b5b9105cdd Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 6 Mar 2018 16:59:44 +0000 Subject: [PATCH] make crs a list --- pygeoapi-config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygeoapi-config.yml b/pygeoapi-config.yml index 56950c9..723c26a 100644 --- a/pygeoapi-config.yml +++ b/pygeoapi-config.yml @@ -73,7 +73,8 @@ datasets: title: my dataset abstract: my dataset keywords: kw1,kw2 - crs: 4326 + crs: + - CRS84 links: - type: information url: http://example.org/dataset/index.html