GeoQuerySet.union(geom)
Deprecated since version 1.9: Use the Union
function instead.
Returns the union of the geographic field with the given geometry in an union
attribute on each element of the GeoQuerySet
.
GeoQuerySet.union(geom)
Deprecated since version 1.9: Use the Union
function instead.
Returns the union of the geographic field with the given geometry in an union
attribute on each element of the GeoQuerySet
.
Please login to continue.