I've been working with plotting KML files (essentially an XML format for maps) recently. The long and short of my issue is that I've been able to get the map to work well, but the globes render with mangled geometry and big holes in the continents. I am using the same data, and parsing code, but the transition to 3D introduces rendering issues I can't pin down.
If anyone could have a look at this code and lend a hand, I would be extremely grateful.
I'm using Lee Byron's mesh library to generate voronoi shapes, and while they are drawing perfectly as bitmaps, when I save the results as a pdf, all the voronoi lines are missing.
Could this be a result of the JAVA method used to generate the voronoi boundaries?