python - retrieve bounding box of a geodjango multipolygon object -
How can I get the bounding box of multiplexing objects in geodjango? Can not find anything in the API ...
border property: It gives a 4-tumple containing the lower left and upper right coordinates, respectively.
If you want to use the envelope property, then you present the object of the polygon bounding box.
Comments
Post a Comment