File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -183,5 +183,3 @@ indexes and queries:
183
183
.. include:: /includes/toc/dfn-list-indexes-concepts-geo.rst
184
184
185
185
.. include:: /includes/toc/indexes-concepts-geo.rst
186
-
187
- .. seealso:: :ref:`geospatial-query-compatibility-chart`
Original file line number Diff line number Diff line change @@ -22,15 +22,3 @@ Geometry Specifiers
22
22
.. include:: /includes/toc/table-operator-query-geospatial-modifiers.rst
23
23
24
24
.. include:: /includes/toc/operator-query-geospatial-modifiers.rst
25
-
26
- .. _geospatial-query-compatibility-chart:
27
-
28
- Geospatial Query Compatibility
29
- ------------------------------
30
-
31
- While numerous combinations of query operators are possible, the
32
- following table shows the recommended operators for different types of
33
- queries. The table uses the :query:`$geoWithin`,
34
- :query:`$geoIntersects` and :query:`$near` operators.
35
-
36
- .. include:: /includes/table/geospatial-queries.rst
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ Query a ``2d`` Index
5
5
.. default-domain:: mongodb
6
6
7
7
The following sections describe queries supported by the ``2d`` index.
8
- For an overview of recommended geospatial queries, see
9
- :ref:`geospatial-query-compatibility-chart`.
10
8
11
9
Points within a Shape Defined on a Flat Surface
12
10
-----------------------------------------------
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ Query a ``2dsphere`` Index
7
7
.. default-domain:: mongodb
8
8
9
9
The following sections describe queries supported by the ``2dsphere`` index.
10
- For an overview of recommended geospatial queries, see
11
- :ref:`geospatial-query-compatibility-chart`.
12
10
13
11
GeoJSON Objects Bounded by a Polygon
14
12
------------------------------------
You can’t perform that action at this time.
0 commit comments