This module extends Openlayers to provide the capacity for "Ranged Heatmaps". A Ranged heatmap is a map where the color of a feature is set by it falling into a range of values.
The Columns Layout module allows you to create columnized content in a node's body field or wherever an input format can be applied. It works with plain text fields and works with every WYSIWYG editors, provided you activate the input filter in the text format which is being used (usually "Full HTML" or "Filtered HTML"). The module also strips empty <p> tags for your convenience.
How to Use: You wrap a piece of content in BBCode-like tags, the input filter then creates an evenly distributed set of columns using jQuery Columnizer by Adam Wulf or, if you decide to use "manual" mode, a set of floated divs according to the provided widths in percentages. If CSS3 Multicolumns and Flex-Box will ever see broad browser support, the module's output will be adjusted accordingly. The module also provides options for inserting manual column breaks, either by inserting a tag ("manual break") or defining an HTML element ("auto break").