From ef387674189310a6a7e71ac00410bc111cc3eb51 Mon Sep 17 00:00:00 2001 From: Hugh Sturrock Date: Tue, 4 Jun 2019 13:50:03 -0700 Subject: [PATCH] Update SPECS.md --- SPECS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS.md b/SPECS.md index 044ff8a..c0cf7c9 100644 --- a/SPECS.md +++ b/SPECS.md @@ -5,7 +5,7 @@ Give us a bunch of GeoJSON points and a list of layers, and we'll give you back JSON object containing: -- `points` {GeoJSON Points FeatureCollection (or URL)} Points at which to extract covariate values +- `points` {GeoJSON Points FeatureCollection} Points at which to extract covariate values - `layer_names` {Array of string} array: list of layer names to include (from list below) ## Constraints