You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/html-templating.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,11 @@ The following aspects of the default HTML templates can be customized (within th
79
79
- **icon**: shortcut icon (typically displays on a given web browser tab)
80
80
- **logo**: logo/image banner (displays at the top of HTML pages)
81
81
82
+
.. warning::
83
+
84
+
The pygeoapi web frontend is provided *only* as an example of an alternate ``HTML`` encoding.
85
+
It should not be viewed as a replacement for a proper OGC API client, which can add much more capabilities than even the ones you can achieve with HTML templating.
86
+
On the `Dive into pygeoapi workshop <https://dive.pygeoapi.io/>`_ you can find examples of existing OGC API clients.
0 commit comments