Milestone 0.6.1

Completed 14 months ago (07/09/09)

100%

Closed tickets:
68
Active tickets:
0
/ Total tickets:
68
Agg Renderer

2 / 2

Autotools

1 / 1

Boost.Python Binding

8 / 8

Core Library

26 / 26

Documentation

2 / 2

GDAL Input Driver

1 / 1

OGC Server (WMS)

4 / 4

OGR Input Driver

3 / 3

PostGIS Input Driver

1 / 1

Scons Build Scripts

9 / 9

Shapefile Input Driver

2 / 2

Website (mapnik.org)

1 / 1

XML

8 / 8

Bugfix and Usability Release

(For all the details see the CHANGELOG)

  • Major push on python pickling support (#345)
  • Smoother Scons builds through improved Auto-Detection of Boost install
  • Adding a testing framework that uses nose:
    sudo easy_install nose
    python tests/run_tests.py
    
  • Optional Serialization of default values in xml
  • Lots of PPC/endian fixes (still some needed for color support in milestone:0.6.2)
  • Fixes to the OGR/GDAL/SQLite and Raster plugins
  • libxml2 is the new xml parser in Windows binaries and requires escaping otherwise illegal characters with entities like &gt; and &lt; for > and <
  • All relative paths in the xml file used for datasources and symbols are now interpreted as relative to the XML file (r1124). Use
    <Map paths_from_xml="false">
    

to maintain previous behavior which was to interpret paths relative to the location of the script calling load_map().

Note: See TracRoadmap for help on using the roadmap.