1 |
|
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 |
13 |
|
hand-crafted Python bindings instead of SWIG generated ones. |
14 |
|
|
15 |
|
* pyshapelib_common.h: New file with some common stuff for both |
16 |
|
shapelib and dbflib |
17 |
|
|
18 |
|
* pyshapelib_api.h, setup.py: import/build shapelib instead of shapelibc |
19 |
|
|
20 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
21 |
|
|
22 |
|
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
23 |
|
before using &PyOS_ascii_atof. |
24 |
|
|
25 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
26 |
|
|
27 |
|
Added dirty workaround to make dbflib agnostic |
28 |
|
against decimal_poinst != ".\0". |
29 |
|
|
30 |
|
* dbflib_wrap.c: Added call DBFSetatof_function(&PyOS_ascii_atof); |
31 |
|
to initdbflibc(). |
32 |
|
* README: noted that manual editing of dbflib_wrap.c is necessary now. |
33 |
|
|
34 |
|
2005-06-30 Bernhard Herzog <[email protected]> |
35 |
|
|
36 |
|
* shapelib.i (new_SHPObject): Fix the test for the length of the |
37 |
|
part types. It used the wrong variable. |
38 |
|
|
39 |
|
* shapelib_wrap.c: Regenerated from shapelib.i |
40 |
|
|
41 |
|
* pytest.py (make_shapefile): Add some more comments and add an |
42 |
|
example with a polygon with a hole. |
43 |
|
|
44 |
2004-12-27 Bernhard Reiter <[email protected]> |
2004-12-27 Bernhard Reiter <[email protected]> |
45 |
|
|
46 |
* README: Refering to the new homepage shapelib.maptools.org now. |
* README: Refering to the new homepage shapelib.maptools.org now. |