update for 3.0.8
This commit is contained in:
parent
158729ffa4
commit
1d041f8dde
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue