1 |
2007-03-12 Bram de Greve <[email protected]> |
2007-03-12 Bram de Greve <[email protected]> |
2 |
|
|
3 |
|
* shapelib.c, shapelib_common.h: Added part_types() to SHPObject to |
4 |
|
return tuple of part types. Added __repr__ operators to return a |
5 |
|
string that can reconstruct the object using eval() |
6 |
|
|
7 |
|
* pytest.py: Added tests for part_types() and __repr__. |
8 |
|
Humanized the output a bit. |
9 |
|
|
10 |
|
2007-03-12 Bram de Greve <[email protected]> |
11 |
|
|
12 |
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
13 |
hand-crafted Python bindings instead of SWIG generated ones. |
hand-crafted Python bindings instead of SWIG generated ones. |
14 |
|
|