fix list formatting in docs

This commit is contained in:
Tom Kralidis
2021-12-08 21:59:26 -05:00
parent eb891010b7
commit 05dfebd7e4
13 changed files with 168 additions and 167 deletions
+6 -6
View File
@@ -9,9 +9,9 @@ Limitations
The support to CQL is limited to `Simple CQL filter <https://portal.ogc.org/files/96288#cql-core>`_ and thus it allows to query with the
following predicates:
- comparison predicates
- spatial predicates
- temporal predicates
* comparison predicates
* spatial predicates
* temporal predicates
Formats
-------
@@ -28,9 +28,9 @@ Queries
The following type of queries are supported right now:
- ``between`` predicate query
- Logical ``and`` query with ``between`` and ``eq`` expression
- Spatial query with ``bbox``
* ``between`` predicate query
* Logical ``and`` query with ``between`` and ``eq`` expression
* Spatial query with ``bbox``
Examples
^^^^^^^^