GeoQuerySet.translate(x, y, z=0.0, **kwargs)
Deprecated since version 1.9: Use the Translate
function instead.
Availability: PostGIS, SpatiaLite
Translates the geometry field to a new location using the given numeric parameters as offsets.
GeoQuerySet.translate(x, y, z=0.0, **kwargs)
Deprecated since version 1.9: Use the Translate
function instead.
Availability: PostGIS, SpatiaLite
Translates the geometry field to a new location using the given numeric parameters as offsets.
Please login to continue.