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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -