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