Cascadenik icon indicating copy to clipboard operation
Cascadenik copied to clipboard

Cascading Sheets Of Style for Mapnik

Results 13 Cascadenik issues
Sort by recently updated
recently updated
newest added

using : find . -name '*.py' | xargs 2to3 -w

We should respect map level attributes like 'min_version' when an mml parsed by python, and stuff like 'font_directory' which will be available in [mapnik2](http://trac.mapnik.org/ticket/168). I'll take this on, but it...

Use "line-offset" to specify offsets for line symbolizers. This works OK and draws the correct map when using cascadenik.load_map but the mapnik.save_map output does not contain the offset parameter in...

Mapnik 2.1 (not yet released) seems to have made changes on TextSymbolizer attributes. The attributes used by Cascadenik are now under "format" and "placements.defaults". The folowing path applied on branch...

actually planning to do this

This works: polygon-pattern-file: url('icons/halftone2.png'); But this doesn't: polygon-pattern-file: url( 'icons/halftone2.png' ); Error: Exception: Image file needs to be a working, fetchable resource, not file:///home/nate/public_html/toner/mapnik/ 'icons/halftone2.png'

actually planning to do this

polygon-pattern-file: url( @pattern_parks );

high priority

Now it's only looking for the symbol in the current MSS file

actually planning to do this

Is there support for the line symbolizer offset parameter, that allows a line to be drawn next to its original position by a specified offset? Example here: (lines 4-5) https://github.com/mapnik/mapnik/blob/master/tests/data/good_maps/line_symbolizer_offset.xml

which min version dose the python need ? i use centos5.5 and python2.4 ,but i get error like: File "setup.py", line 14, in ? from cascadenik import **version** as VERSION...

FieldNameCasing={upper,lower,exact}. Default: exact. Suggested location: DataSourcesConfig as an option there. 1. That way I could point my datasources at a new config file, and it would automatically have this UNIVERSAL...