File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,13 @@ This field takes four optional arguments:
9797- ``auto_bbox ``: If ``True ``, the GeoJSON object will include
9898 a `bounding box <https://datatracker.ietf.org/doc/html/rfc7946#section-5 >`_,
9999 which is the smallest possible rectangle enclosing the geometry.
100- - ``transform `` (defaults to ``None ``): If ``None `` (or the input geometry does not have
101- a SRID), the GeoJSON's coordinates will not be transformed. If any other `spatial
102- reference <https://docs.djangoproject.com/en/5.0/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.transform> `,
103- the GeoJSON's coordinates will be transformed correspondingly.
100+ - ``transform `` (defaults to ``None ``): Can be set to any value that is accepted by
101+ |GEOSGeometry.transform |_. The GeoJSON's coordinates will be transformed
102+ correspondingly. If ``None `` (or the input geometry does not have a SRID), the
103+ GeoJSON's coordinates will not be transformed.
104+
105+ .. |GEOSGeometry.transform | replace :: ``GEOSGeometry.transform ``
106+ .. _GEOSGeometry.transform : https://example.org
104107
105108**Note: ** While ``precision `` and ``remove_duplicates `` are designed to reduce the
106109byte size of the API response, they will also increase the processing time
You can’t perform that action at this time.
0 commit comments