Kaydet (Commit) 0d18b065 authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Documented GeoHash's precision parameter.

üst 7f9fd42b
......@@ -261,13 +261,16 @@ right-hand rule.
``GeoHash``
===========
.. class:: GeoHash(expression, **extra)
.. class:: GeoHash(expression, precision=None, **extra)
*Availability*: PostGIS, SpatiaLite (LWGEOM)
Accepts a single geographic field or expression and returns a `GeoHash`__
representation of the geometry.
The ``precision`` keyword argument controls the number of characters in the
result.
.. versionchanged:: 1.10
SpatiaLite support was added.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment