Beta software
Render tiles with mapnik.
ringo-mapnik comes with a high-level "Map" class to work with a multi-layer, styled map but also exposes low-level modules for typical tasks such as converting style information, dealing with GeoJson and handling multi-threaded mapnik renders.
The tiles can be styled with CartoCss (best support), SLD or directly as mapnik XML Files. The output consists of a tile-folder per layer (with the usual z/x/y.png convention) and a metadata JSON file per map.
Thread-pool for fast on-demand tile rendering or bulk-rendering of whole maps.
Fast GeoJson class based on minimal-json.
- SLD into intermediate JSON representation
- JSON into MSS
- JSOn into cartoCss
- MSS into cartoCSS
- mapnik 2.2 with python support
- gdal-bin 1.11+