From db0673b23bb0a23cc4638e482a2bdcac843d2e07 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 6 Jun 2019 01:02:27 +0200 Subject: [PATCH] remove references to dataset, replace for webapi, fix webapi properties --- pygeoapi/templates/process.html | 21 +++++++++------------ pygeoapi/templates/processes.html | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/pygeoapi/templates/process.html b/pygeoapi/templates/process.html index bca4a01..dde7416 100644 --- a/pygeoapi/templates/process.html +++ b/pygeoapi/templates/process.html @@ -5,28 +5,26 @@ / {{ data['title'] }} {% endblock %} {% block body %} -
- +

{{ data['title'] }}

{{ data['description'] }}
-
- -
+
+ {% for input_ in data['inputs'] %} - - - + + + @@ -39,10 +37,9 @@

Links

diff --git a/pygeoapi/templates/processes.html b/pygeoapi/templates/processes.html index 76b4e5b..ce08ca9 100644 --- a/pygeoapi/templates/processes.html +++ b/pygeoapi/templates/processes.html @@ -19,7 +19,7 @@ {% for p in data['processes'] %} - +
Inputs
Id Name Description
{{ input_['id'] }}{{ input_['title'] }}
{{ input_['id'] }}{{ input_['title'] }} {{ input_['description'] | striptags | truncate }}
{{ p['title'] | striptags | truncate }}