mirror of https://gitee.com/bigwinds/arangodb
Documentation: improved geo links
This commit is contained in:
parent
e05aca039d
commit
e763be4e8f
|
@ -57,9 +57,7 @@ with an error.
|
|||
RETURN IS_IN_POLYGON([ [ 0, 0 ], [ 10, 0 ], [ 10, 10 ], [ 0, 10 ] ], [ 7, 4 ], true)
|
||||
|
||||
|
||||
!SUBSECTION Related topics
|
||||
!SUBSUBSECTION Related topics
|
||||
|
||||
Other ArangoDB geographic features are described in:
|
||||
- [Geo queries](../SimpleQueries/GeoQueries.md)
|
||||
- [Geo indexes](../IndexHandling/Geo.md)
|
||||
ArangoDB geographic indexing feature is described in [Geo indexes](../IndexHandling/Geo.md)
|
||||
|
||||
|
|
|
@ -107,9 +107,7 @@ geo indexes are always sparse, meaning that documents that do not contain
|
|||
the index attributes or have non-numeric values in the index attributes
|
||||
will not be indexed.
|
||||
|
||||
!SUBSECTION Related topics
|
||||
!SUBSUBSECTION Related topics
|
||||
|
||||
Other ArangoDB geographic features are described in:
|
||||
- [AQL Geo functions](../Aql/GeoFunctions.md)
|
||||
- [Geo queries](../SimpleQueries/GeoQueries.md)
|
||||
ArangoDB AQL geographic features are described in [AQL Geo functions](../Aql/GeoFunctions.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue