| Path: | README |
| Last Update: | Thu Aug 20 10:06:48 -0300 2009 |
DataMap is a Ruby library that represents information in maps and generate them as lots of image types, using RMagick.
You get the code by Git:
git clone gitosis@projects.safernet.org.br:data_map
Run the tests by:
ruby test/world_map_test.rb
The code is self documented.
Don‘t forget to require data_map in the top of your Ruby file.
See example.rb to understand how this lib actually works.
Take a look at MIT-LICENSE.
DataMap depends on RMagick and Color.
For Debian users, it‘s enough to get the following packages: libcolor-tools-ruby librmagick-ruby
If you find any mistake in this documentation or bug in the plugin, please contact me at caiosba@gmail.com
Copyright (c) 2009 Caio SBA <caiosba@gmail.com>