1 |
|
2004-05-04 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Extensions/bboxdump/__init__.py: Fixed string left over from |
4 |
|
copying. |
5 |
|
|
6 |
|
* Extensions/bboxdump/bboxdump.py (bboxdump): |
7 |
|
Use layer.ShapeStore().AllShapes() to loop over shapes instead of |
8 |
|
xrange(layer.NumShapes()). Compile the bboxmessage from a list |
9 |
|
of formatted outputs (string.join) instead of appending to the |
10 |
|
message. Two progress bar dialogs to report progress on the sometimes |
11 |
|
lenghty processing. |
12 |
|
|
13 |
2004-04-22 Frank Koormann <[email protected]> |
2004-04-22 Frank Koormann <[email protected]> |
14 |
|
|
15 |
New Extension to dump bounding boxes of all shapes of the selected |
New Extension to dump bounding boxes of all shapes of the selected |