Skip to content

Commit a36fd86

Browse files
author
Andrew Leung
committed
updated precision from 1 foot to 2 feet
1 parent 75fad10 commit a36fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft/core/geospatial-indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bits and precision, see the :ref:`geohash <geospatial-geohash>` section.
106106
By default, geospatial indexes in MongoDB have 26 bits of precision
107107
and supports as many as 32 bits of precision. With 26 bits of
108108
precision, using the default range of -180 to 180, your precision
109-
would be about 1 foot or 30 centimeters.
109+
would be about 2 feet or about 60 centimeters.
110110

111111
You can set the precision of a geospatial index during creation by
112112
specifying the ``bits`` option to the :func:`ensureIndex()

0 commit comments

Comments
 (0)