update for 3.0.8

This commit is contained in:
artemp 2015-10-23 14:42:29 +01:00
parent 158729ffa4
commit 1d041f8dde

View file

@ -16,6 +16,12 @@ Released: ...
- Renamed `SHAPE_MEMORY_MAPPED_FILE` define to `MAPNIK_MEMORY_MAPPED_FILE`. Pass `./configure MEMORY_MAPPED_FILE=True|False` to request
support for memory mapped files across Mapnik plugins (currently shape, csv, and geojson).
- Unified `mapnik-index` utility supporing GeoJSON and CSV formats
- Increased unit test coverage for GeoJSON and CSV plugins
- shape.input - refactor to support *.shx and improve handling various bogus shapefiles
- geojson.input - make JSON parser stricter + support single Feature/Geometry as well as FeatureCollection
- maintain 'FT_LOAD_NO_HINTING' (harfbuzz 1.0.5)
- geojson.input - implement on-disk-index support
## 3.0.7