From 5374b13f8cba68877119ac0f13674c02fc042c3d Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 27 Feb 2020 10:48:29 -0800 Subject: [PATCH] Fix doc UI headings --- hugo/content/usage/ui.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo/content/usage/ui.md b/hugo/content/usage/ui.md index 6594e4b3..b1a0b35c 100644 --- a/hugo/content/usage/ui.md +++ b/hugo/content/usage/ui.md @@ -27,14 +27,14 @@ The path `/collections.html` shows a list of the feature collections exposed by The path `/collections/{collid}.html` shows metadata about the specified feature collection. -## View features on a map +## View Features on a Map The path `/collections/{collid}/items.html` shows the features returned by a basic query in a web map interface. The map interface provides a simple UI to allow setting some basic query parameters. Any applicable query parameters may be appended to the URL. -## View a feature on a map +## View a Feature on a Map The path `/collections/{collid}/items/{fid}` shows the feature requested by the query in a web map interface..