Search found 3 matches
- Fri Oct 19, 2007 1:59 am
- Forum: JFreeChart
- Topic: new chart type "geographical chart"
- Replies: 45
- Views: 78409
Implemented with large-scale maps
Thanks Martin, Dave, and all who contributed! I would like to share with you the charts I have created using this code, modified slightly to accomodate large-scale maps. As expected, the linear calculations of 2D points in XYShapeRenderer.drawItem() did not work well with a map of the entire United ...
- Wed Sep 12, 2007 6:01 pm
- Forum: JFreeChart
- Topic: new chart type "geographical chart"
- Replies: 45
- Views: 78409
Yes...
Please make available your latest code - I would like to spend a day or two giving it a try. I wonder how well it will work with a much larger map (i.e. all of North America, or all of Europe). Thanks Martin!
- Tue Sep 11, 2007 10:23 pm
- Forum: JFreeChart
- Topic: new chart type "geographical chart"
- Replies: 45
- Views: 78409
Has anyone tried this out?
I recently implemented a historical flight performance reporting tool using Jasper, JFreeChart, and OpenReports. I would like to add a new Geographic chart type which will display flight delays at airports around the globe. I have latitude/longitude for all the airports that I want to map. From read...