Skip to content

0.37.0

@rochoa rochoa tagged this 16 Feb 13:44
2015-02-16

New features:
 - Improvements for Mapnik queries using ST_SnapToGrid and ST_ClipByBox2D. New queries can be enabled via config:
    * `renderer.snapToGrid=true` will ONLY use ST_SnapToGrid
    * `renderer.snapToGrid=true` and `renderer.clipByBox2d=true` will use both: ST_SnapToGrid and ST_ClipByBox2D
        - ST_ClipByBox2D requires Postgis >=2.2
        - This requires function CDB_ScaleDenominatorToZoom

Bufixes:
 - Don't allow to instantiate a mapnik raster layer with interactivity option (#244)
Assets 2