Re: [JPP-Devel] Map coloring plugin for openjump

2014-04-16 Thread Larry Reeder
Sorry, accidentally clicked "send" before I was ready. Anyway, I created an OJ plugin for map coloring, which uses the Five Color algorithm (see http://en.wikipedia.org/wiki/Five_color_theorem) to color a map with 5 colors such that no adjacent boundaries have the same color. It still needs work,

[JPP-Devel] Map coloring plugin for openjump

2014-04-16 Thread Larry Reeder
All, I created an OJ plugin for map coloring, which uses the Five Color algorithm to color a map with 5 colors such that no adjacent boundaries have the same color. https://sourceforge.net/projects/ojmapcoloring/ Documentation here: --