2006 Election Graphics Software

I developed software to generate results maps for the 2006 general election. This application was based on work I developed as a consultant in 2004.

The data source for the graphics came from AP election data feeds. Results were captured and loaded into a SQL database where they were retreived and processed by my software.

My software then read in pre-designed page templates and colored the map regions based on the results. The final files were exported in a vector graphics format for AP Graphics staff to finalize page layout and copy editing.

This project’s template-based workflow is based on my SuperGraphics framework. This software allows SVG templates to be read into a DOM, modified, and output in a number of formats. SuperGraphics has advanced text handling features such as font and glyph metrics and word wrap with hyphenation.

Comments are closed.