Sha256: d5c94bd979fbf43d60f3e7b944f53bcb3a3492410711405e99218a8972a0764e

Contents?: true

Size: 594 Bytes

Versions: 17

Compression:

Stored size: 594 Bytes

Contents

# Background color
# 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.
bg_color: '#ffffff00' 

# The fill color for each shape
fill: '#e4e3ea' 

# The stroke color for each line
stroke: '#483d8b'

# Width of line in pixels
weight: '0.3'

# How lines are ended, one of: "butt", "round", "square"
line_cap: 'square'

# How lines are joined together, one of: "miter", "round", "bevel"
line_join: 'miter'

# For point rendering only, the radius in pixels of the circle
radius: '2'

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
geo_works-derivatives-0.6.0 config/simpler_tiles.yml
geo_works-derivatives-0.5.0 config/simpler_tiles.yml
geo_works-derivatives-0.4.0 config/simpler_tiles.yml
geo_works-0.2.0 config/simpler_tiles.yml
geo_works-0.1.4 config/simpler_tiles.yml
geo_works-0.1.3 config/simpler_tiles.yml
geo_works-0.1.2 config/simpler_tiles.yml
geo_works-0.1.1 config/simpler_tiles.yml
geo_works-0.1.0 config/simpler_tiles.yml
geo_concerns-0.3.4 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.3.3 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.3.2 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.3.1 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.3.0 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.2.0 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.1.1 lib/generators/geo_concerns/templates/config/simpler_tiles.yml
geo_concerns-0.1.0 lib/generators/geo_concerns/templates/config/simpler_tiles.yml