Revision
2196 -
(
hide annotations)
Thu Apr 22 17:11:54 2004 UTC
(20 years, 10 months ago)
by
frank
Original Path:
trunk/thuban/Extensions/bboxdump/__init__.py
File MIME type: text/x-python
File size: 202 byte(s)
New Extension to dump bounding boxes of all shapes of the selected
layer. An optional column can be specified to group the objects,
in this case the bounding box is a union of the separate boxes.
Dump can be displayed in a ScrolledMessageDialog or written to file.
The Extension is simply a combination of available and well tested
Thuban functionality.
* Extensions/bboxdump/__init__.py: New: Init to make this
directory a package.
* Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
all shapes of the selected layer.