1 |
|
2004-12-11 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Made sure that newlines are inserted in the svg path d attributes |
4 |
|
to raise the chance that the line length will be below 255 characters, |
5 |
|
as recommended by REC SVG 1.1 in section 8.3.1. |
6 |
|
|
7 |
|
* Extensions/svgexport/svgmapwriter.py(DrawPolygon): |
8 |
|
Adding \n before L's and changed whitespace handling. |
9 |
|
|
10 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
11 |
|
Adapted tests to new whitespace handling of DrawPolygon. |
12 |
|
|
13 |
|
2004-12-11 Bernhard Reiter <[email protected]> |
14 |
|
|
15 |
|
* Doc/technotes/coding_guidelines.txt: easy typo fixed. |
16 |
|
|
17 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
18 |
|
Removed test_drawbezier in favour of new test_drawspline3 and |
19 |
|
test_drawspline4 within new class TestDrawSplines(TestVirtualDC). |
20 |
|
All only to test DrawSpline. |
21 |
|
|
22 |
|
* Extensions/svgexport/svgmapwriter.py(DrawSpline): |
23 |
|
New implementation now really using the strange algorithm of |
24 |
|
xfig 3.1's approximated splines and its conversion to postscript |
25 |
|
with one twist: SVG can do quadratic beziers, so skipped translation |
26 |
|
to cubic beziers. |
27 |
|
(TestWithDC): Typo in comment fixed. |
28 |
|
|
29 |
|
2004-12-09 Martin Schulze <[email protected]> |
30 |
|
|
31 |
|
* Thuban/Model/classgen.py: Added missing character encoding |
32 |
|
|
33 |
|
* Extensions/wms/properties.py (OpenWMSProperties): removed |
34 |
|
|
35 |
|
* Extensions/wms/parser.py (WMSCapabilitiesParser.error): Dropped |
36 |
|
support for get_srs_discrepancies() since there are no |
37 |
|
discrepancies anymore (was a thinko) |
38 |
|
|
39 |
|
* Extensions/wms/layer.py (WMSLayer.GetMapImg): Improved graphic |
40 |
|
format priority now that more formats are supported globally by |
41 |
|
the render engine. |
42 |
|
|
43 |
|
2004-12-08 Silke Reimer <[email protected]> |
44 |
|
* Extensions/ogr/ogrshapes.py: Substituted ogr-method CloseRings |
45 |
|
because it is not available in all versions of ogr |
46 |
|
|
47 |
|
2004-12-08 Bernhard Reiter <[email protected]> |
48 |
|
* Extensions/ogr/__init__.py: Added empty __init__.py to heal |
49 |
|
global tests until a real one is commited. |
50 |
|
|
51 |
|
2004-12-07 Nina H�ffmeyer <[email protected]> |
52 |
|
|
53 |
|
* /Extensions/ogr/: Adding a new extension to read shapefiles with |
54 |
|
ogr. It is planned to add other vector formats. |
55 |
|
|
56 |
|
* /test/runtests.py: Adding tests from /Extensions/ogr/test/. |
57 |
|
|
58 |
|
2004-12-07 Jan-Oliver Wagner <[email protected]> |
59 |
|
|
60 |
|
* /Extensions/svgexport/test/test_svgmapwriter.py: Reverting |
61 |
|
part of a (non-)fix to renable that the tests are always |
62 |
|
executed. |
63 |
|
|
64 |
|
2004-12-07 Bernhard Reiter <[email protected]> |
65 |
|
|
66 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
67 |
|
Added test_drawbezier() to test DrawSpline(). |
68 |
|
|
69 |
|
* Extensions/svgexport/svgmapwriter.py(DrawSpline): |
70 |
|
Really implemented bezier drawing. |
71 |
|
|
72 |
|
* Extensions/svgexport/__init__.py: Bumped version of svgexport |
73 |
|
to 0.9.1 because now the legend examples lines styles |
74 |
|
will be drawing with beziers. |
75 |
|
|
76 |
|
2004-12-05 Martin Schulze <[email protected]> |
77 |
|
|
78 |
|
* Thuban/UI/renderer.py (raster_format_map): Added PNG, TIFF and |
79 |
|
GIF as supported bitmap image formats (helpful for the WMS extension) |
80 |
|
|
81 |
2004-11-30 Martin Schulze <[email protected]> |
2004-11-30 Martin Schulze <[email protected]> |
82 |
|
|
83 |
* Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs): |
* Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs): |