Search found 5 matches

by vbossica
Thu Aug 13, 2009 2:05 pm
Forum: Eastwood Chart Servlet
Topic: The project was discontinued?
Replies: 3
Views: 39463

Re: The project was discontinued?

fernandorsl wrote:that chart is a reference for the gom(google-o-meter) chart?
I did some experiment to reproduce the gom chart (still have a couple of issues with scaling) so maybe it can be of some use:

http://code.google.com/p/workingonit/wi ... tusProject

-Vladimir
by vbossica
Sun Mar 22, 2009 4:42 pm
Forum: Eastwood Chart Servlet
Topic: How to return one PNG object from a JFreeChart
Replies: 1
Views: 32270

Re: How to return one PNG object from a JFreeChart

Something like the following should do the trick:

Code: Select all

    import org.jfree.chart.ChartUtilities;

    ChartUtilities.writeChartAsPNG(response.getOutputStream(), chart, width, height)
by vbossica
Tue Jul 01, 2008 10:16 am
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130542

Re: another similar implementation

All I need right now is some freely resdistributable map data, then I'll add the new plot type to JFreeChart. and also find a way to let developers create their own map data. That's one of the reasons why I was interested in GeoTools. I completely agree that GeoTools looks overkill but the plan is ...
by vbossica
Mon Jun 30, 2008 6:03 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood licensing
Replies: 7
Views: 50491

license on eastwood website

Gilbert,

just so that you know that the license mentioned on the website is still GPLv3.

Regards,

-Vladimir
by vbossica
Sun Jun 29, 2008 10:45 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130542

another similar implementation

hi all, After looking at the Google API, I tested the idea of implementing the API using JFreeChart and add GeoTools (@ codehaus) for the map server. Everything would then be package into an independant WAR file for easy deployment. I didn't go very far (my spare time is a scarce resource...) but ha...