1
0
Fork 0

Documentation: improved geo links

This commit is contained in:
jmvan 2016-01-16 12:30:20 +01:00
parent e05aca039d
commit e763be4e8f
2 changed files with 4 additions and 8 deletions

View File

@ -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)

View File

@ -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)