/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2351 by bh, Sat Sep 25 18:49:20 2004 UTC revision 2352 by bernhard, Mon Sep 27 09:56:13 2004 UTC
# Line 1  Line 1 
1    2004-09-27  Bernhard Reiter <[email protected]>
2    
3            More fixes to svgexport to make used ids unique and
4            conforming to XML's Name production.
5    
6            * Extensions/svgexport/test/test_svgmapwriter.py: Added new tests
7            test_xml_id_constraints(), test_make_ide_nosetbaseid() and
8            test_make_id_nonintegersetid().  Switched SetID and SetBaseID.
9            Added Bernhard R. as author.
10            * Extensions/svgexport/svgmapwriter.py (make_id): Using "_" as
11            concatenation char now (makes test_make_ide_nosetbaseid() valid).
12            Also transform second id part with "%d" and catch the TypeError
13            to raise SVGMapWriterError (making test_make_id_nonintegersetid() ok).
14            Corrected typo inBernhard's author line.
15            (SetBaseID): Return the transformed base id. Transform characters
16            which are not alnum() or in ".-_" to binascii.b2a_hex(). Added
17            import binascii. If to be set string starts with "xml" or so, add "t".
18            (draw_shape_layer_incrementally): use the returned value of SetBaseID
19            for used_baseids checks.
20    
21  2004-09-25  Bernhard Herzog  <[email protected]>  2004-09-25  Bernhard Herzog  <[email protected]>
22    
23          * test/test_layer.py (TestLayer.test_arc_layer_with_projection):          * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
# Line 9  Line 29 
29          (SetBaseID, SetID, make_id): Improved docstring comments to explain          (SetBaseID, SetID, make_id): Improved docstring comments to explain
30          the interaction of the three functions and the XML id contrains.          the interaction of the three functions and the XML id contrains.
31    
32    
33  2004-09-23  Jan-Oliver Wagner <[email protected]>  2004-09-23  Jan-Oliver Wagner <[email protected]>
34    
35          * Doc/ThubanModel.xmi: New. UML file for Thuban Model          * Doc/ThubanModel.xmi: New. UML file for Thuban Model

Legend:
Removed from v.2351  
changed lines
  Added in v.2352

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26