Sha256: 0aa5dc9a9fe5d0c2a0b1d9c3638d5905b2800f74d54ce518f54c08adacc266c8
Contents?: true
Size: 662 Bytes
Versions: 6
Compression:
Stored size: 662 Bytes
Contents
# Basic Mapnik style settings. Values are explained here: # https://github.com/mapnik/mapnik/wiki/XMLConfigReference # Use '#ffffff' for a solid white background. # Add two zeros to a six digit hex color code # for a png (does not work with jpeg) image # with a transparent background. background_color: '#ffffff00' # Polygon feature settings polygon_fill_color: '#fffff0' # Line feature settings line_stroke_color: '#483d8b' line_stroke_width: '0.3' # Point feature settings marker_fill: '#0000ff' marker_width: '5' marker_height: '5' marker_stroke_color: '#483d8b' marker_stroke_width: '0.2' marker_placement: 'point' marker_allow_overlap-overlap: 'true'
Version data entries
6 entries across 6 versions & 1 rubygems