2008-12-07 23:59:50 +01:00
|
|
|
# $Id: CHANGELOG 776 2008-12-7 01:30:27Z dane $
|
2008-12-07 23:58:48 +01:00
|
|
|
|
|
|
|
----------------
|
|
|
|
Mapnik Changelog
|
|
|
|
----------------
|
|
|
|
|
|
|
|
A simple log of core changes affecting Mapnik usage.
|
|
|
|
|
|
|
|
Developers: Please commit along with changes.
|
|
|
|
|
|
|
|
For a complete change history, see the SVN log.
|
|
|
|
|
|
|
|
|
2009-01-14 05:52:04 +01:00
|
|
|
Current Version (0.6.0-dev, SVN trunk):
|
2008-12-07 23:58:48 +01:00
|
|
|
---------------------------------------
|
2009-02-12 03:12:26 +01:00
|
|
|
|
|
|
|
- OGCServer: Added support for load_map(), allowing reading of XML styles and layers (r901)
|
|
|
|
|
2009-02-12 02:28:57 +01:00
|
|
|
- OGCServer: Enabled friendly html output when in debug mode (debug=1 in ogcserver.conf) (r899)
|
2008-12-07 23:58:48 +01:00
|
|
|
|
2009-02-02 00:07:37 +01:00
|
|
|
- Filter parsing: Allow numbers in the filter field name.
|
|
|
|
This allows for shapefiles with columns like '1970'.
|
|
|
|
|
2009-01-28 21:16:31 +01:00
|
|
|
- Plugins: Added OGR driver for reading all OGR supported formats (kunitoki) (r836) (#170)
|
|
|
|
|
2009-01-25 20:02:07 +01:00
|
|
|
- Python: Made available the scale_denominator property from the map in c++ and python (r793)
|
2009-01-14 07:14:47 +01:00
|
|
|
|
2009-01-25 20:02:07 +01:00
|
|
|
- Python: Added ability to resize map and clear all layers and styles from python (r793)
|
2009-01-14 05:52:04 +01:00
|
|
|
|
2009-01-25 20:04:34 +01:00
|
|
|
- Python: Exposed Proj to/from transformation for projected coordinate systems (r792,r822) (#117)
|
2009-01-25 20:02:07 +01:00
|
|
|
|
|
|
|
- XML: Added xml serialization for abstract, title, minzoom, maxzoom, and queryable attributes (r787)
|