[geoserver 2.0] ImageMosaic reprojection performance ?

View: New views
7 Messages — Rating Filter:   Alert me  

[geoserver 2.0] ImageMosaic reprojection performance ?

by Yves G :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I've just installed geoserver 2.0 and I observed a performance degradation compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
The same imagemosaic (prepared with GDAL) is used between the 2 versions.
With version 2.0 a request can take 20 seconds in average under linux although the same request is served almost instantly with RC1. However, I see that the image rendered with the final version is in better quality (sharper details).

The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in logs i see that most of the time is spent here in the reprojection of the raster if I understand:
2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0, 0.147284057806299, -2016.762187069049]]
2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered

Has the gt projection/renderer engine such changed since RC1 to have those performance?

Regards
Yves

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Simone Giannecchini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ciao Yves,
sorry for the late answer.
After RC1 we forward ported some ( a lot ) of work done specifically
on the ImageMosaic plugin. As part of this work I fixed a bug related
to how the overviews were chosen during reprojection; to make it short
we were using always an overview 1 level smaller than needed which
meant more performance but worse results. That said it looks strange
that this accounts for this large difference in performance.
I would suggest to prepare a small mosaic, like 2 tiles, which you can
share with us in order to make some performance  tests and identify
the cause for the problems.

Regards,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@...> wrote:

>
> Hi
>
> I've just installed geoserver 2.0 and I observed a performance degradation
> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
> With version 2.0 a request can take 20 seconds in average under linux
> although the same request is served almost instantly with RC1. However, I
> see that the image rendered with the final version is in better quality
> (sharper details).
>
> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
> logs i see that most of the time is spent here in the reprojection of the
> raster if I understand:
> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
> 0.147284057806299, -2016.762187069049]]
> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>
> Has the gt projection/renderer engine such changed since RC1 to have those
> performance?
>
> Regards
> Yves
> --
> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@...
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Simone Giannecchini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ciao Yves,
we have identified a bug which I think should have caused the
performance problems you were experiencing.
Long story short, we were *always* using the full resolutions mosaic
prior to reprojection.

Here you have the relevant jira reports:
http://jira.codehaus.org/browse/GEOS-3660
http://jira.codehaus.org/browse/GEOT-2839

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@...> wrote:

>
> Hi
>
> I've just installed geoserver 2.0 and I observed a performance degradation
> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
> With version 2.0 a request can take 20 seconds in average under linux
> although the same request is served almost instantly with RC1. However, I
> see that the image rendered with the final version is in better quality
> (sharper details).
>
> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
> logs i see that most of the time is spent here in the reprojection of the
> raster if I understand:
> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
> 0.147284057806299, -2016.762187069049]]
> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>
> Has the gt projection/renderer engine such changed since RC1 to have those
> performance?
>
> Regards
> Yves
> --
> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@...
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Ivan Grcic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

can you please tell me how will this effect 1.7.* branch? That is, was
this also the case in v1.7.7 or only for v2? Because I noticed similar
changes in mosaic going from 1.7.6 to 1.7.7.

Thank you

On Thu, Nov 19, 2009 at 11:53 AM, Simone Giannecchini
<simone.giannecchini@...> wrote:

> Ciao Yves,
> we have identified a bug which I think should have caused the
> performance problems you were experiencing.
> Long story short, we were *always* using the full resolutions mosaic
> prior to reprojection.
>
> Here you have the relevant jira reports:
> http://jira.codehaus.org/browse/GEOS-3660
> http://jira.codehaus.org/browse/GEOT-2839
>
> Simone.
> -------------------------------------------------------
> Ing. Simone Giannecchini
> GeoSolutions S.A.S.
> Founder - Software Engineer
> Via Carignoni 51
> 55041  Camaiore (LU)
> Italy
>
> phone: +39 0584983027
> fax:      +39 0584983027
> mob:    +39 333 8128928
>
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://simboss.blogspot.com/
> http://www.linkedin.com/in/simonegiannecchini
>
> -------------------------------------------------------
>
>
>
> On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@...> wrote:
>>
>> Hi
>>
>> I've just installed geoserver 2.0 and I observed a performance degradation
>> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
>> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
>> With version 2.0 a request can take 20 seconds in average under linux
>> although the same request is served almost instantly with RC1. However, I
>> see that the image rendered with the final version is in better quality
>> (sharper details).
>>
>> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
>> logs i see that most of the time is spent here in the reprojection of the
>> raster if I understand:
>> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
>> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
>> 0.147284057806299, -2016.762187069049]]
>> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>>
>> Has the gt projection/renderer engine such changed since RC1 to have those
>> performance?
>>
>> Regards
>> Yves
>> --
>> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
>> Sent from the GeoServer - User mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@...
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@...
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



--
Ivan Grcic

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Simone Giannecchini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ciao Ivan,
yeah the bug also effect geoserver 1.7.7 and a fix will be provided
for that branch as well.
Keep on bugging us about this, as soon as the backport to 1.7.x will
be done I'll ask you to grab a nightly to test.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Thu, Nov 19, 2009 at 10:19 PM, Ivan Grcic <igrcic@...> wrote:

> Hi,
>
> can you please tell me how will this effect 1.7.* branch? That is, was
> this also the case in v1.7.7 or only for v2? Because I noticed similar
> changes in mosaic going from 1.7.6 to 1.7.7.
>
> Thank you
>
> On Thu, Nov 19, 2009 at 11:53 AM, Simone Giannecchini
> <simone.giannecchini@...> wrote:
>> Ciao Yves,
>> we have identified a bug which I think should have caused the
>> performance problems you were experiencing.
>> Long story short, we were *always* using the full resolutions mosaic
>> prior to reprojection.
>>
>> Here you have the relevant jira reports:
>> http://jira.codehaus.org/browse/GEOS-3660
>> http://jira.codehaus.org/browse/GEOT-2839
>>
>> Simone.
>> -------------------------------------------------------
>> Ing. Simone Giannecchini
>> GeoSolutions S.A.S.
>> Founder - Software Engineer
>> Via Carignoni 51
>> 55041  Camaiore (LU)
>> Italy
>>
>> phone: +39 0584983027
>> fax:      +39 0584983027
>> mob:    +39 333 8128928
>>
>>
>> http://www.geo-solutions.it
>> http://geo-solutions.blogspot.com/
>> http://simboss.blogspot.com/
>> http://www.linkedin.com/in/simonegiannecchini
>>
>> -------------------------------------------------------
>>
>>
>>
>> On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@...> wrote:
>>>
>>> Hi
>>>
>>> I've just installed geoserver 2.0 and I observed a performance degradation
>>> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
>>> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
>>> With version 2.0 a request can take 20 seconds in average under linux
>>> although the same request is served almost instantly with RC1. However, I
>>> see that the image rendered with the final version is in better quality
>>> (sharper details).
>>>
>>> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
>>> logs i see that most of the time is spent here in the reprojection of the
>>> raster if I understand:
>>> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
>>> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
>>> 0.147284057806299, -2016.762187069049]]
>>> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>>>
>>> Has the gt projection/renderer engine such changed since RC1 to have those
>>> performance?
>>>
>>> Regards
>>> Yves
>>> --
>>> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
>>> Sent from the GeoServer - User mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>>> trial. Simplify your report design, integration and deployment - and focus on
>>> what you do best, core application coding. Discover what's new with
>>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>> _______________________________________________
>>> Geoserver-users mailing list
>>> Geoserver-users@...
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@...
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>
> --
> Ivan Grcic
>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Simone Giannecchini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ciao Yves,
you should be able to grab a nightly from here

http://geoserver.org/display/GEOS/Nightly

and test the fix.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Thu, Nov 19, 2009 at 11:53 AM, Simone Giannecchini
<simone.giannecchini@...> wrote:

> Ciao Yves,
> we have identified a bug which I think should have caused the
> performance problems you were experiencing.
> Long story short, we were *always* using the full resolutions mosaic
> prior to reprojection.
>
> Here you have the relevant jira reports:
> http://jira.codehaus.org/browse/GEOS-3660
> http://jira.codehaus.org/browse/GEOT-2839
>
> Simone.
> -------------------------------------------------------
> Ing. Simone Giannecchini
> GeoSolutions S.A.S.
> Founder - Software Engineer
> Via Carignoni 51
> 55041  Camaiore (LU)
> Italy
>
> phone: +39 0584983027
> fax:      +39 0584983027
> mob:    +39 333 8128928
>
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://simboss.blogspot.com/
> http://www.linkedin.com/in/simonegiannecchini
>
> -------------------------------------------------------
>
>
>
> On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@...> wrote:
>>
>> Hi
>>
>> I've just installed geoserver 2.0 and I observed a performance degradation
>> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
>> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
>> With version 2.0 a request can take 20 seconds in average under linux
>> although the same request is served almost instantly with RC1. However, I
>> see that the image rendered with the final version is in better quality
>> (sharper details).
>>
>> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
>> logs i see that most of the time is spent here in the reprojection of the
>> raster if I understand:
>> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
>> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
>> 0.147284057806299, -2016.762187069049]]
>> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>>
>> Has the gt projection/renderer engine such changed since RC1 to have those
>> performance?
>>
>> Regards
>> Yves
>> --
>> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
>> Sent from the GeoServer - User mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@...
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Re: [geoserver 2.0] ImageMosaic reprojection performance ?

by Yves G :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Simone

sorry, I've been very busy these times and didn't follow that up.
Happy to see the bug has been resolved ! Looking forward to test it as soon I'll be able to.
Regards
Yves

Simone Giannecchini wrote:
Ciao Yves,
you should be able to grab a nightly from here

http://geoserver.org/display/GEOS/Nightly

and test the fix.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041  Camaiore (LU)
Italy

phone: +39 0584983027
fax:      +39 0584983027
mob:    +39 333 8128928


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------



On Thu, Nov 19, 2009 at 11:53 AM, Simone Giannecchini
<simone.giannecchini@geo-solutions.it> wrote:
> Ciao Yves,
> we have identified a bug which I think should have caused the
> performance problems you were experiencing.
> Long story short, we were *always* using the full resolutions mosaic
> prior to reprojection.
>
> Here you have the relevant jira reports:
> http://jira.codehaus.org/browse/GEOS-3660
> http://jira.codehaus.org/browse/GEOT-2839
>
> Simone.
> -------------------------------------------------------
> Ing. Simone Giannecchini
> GeoSolutions S.A.S.
> Founder - Software Engineer
> Via Carignoni 51
> 55041  Camaiore (LU)
> Italy
>
> phone: +39 0584983027
> fax:      +39 0584983027
> mob:    +39 333 8128928
>
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://simboss.blogspot.com/
> http://www.linkedin.com/in/simonegiannecchini
>
> -------------------------------------------------------
>
>
>
> On Fri, Nov 6, 2009 at 9:00 PM, Yves G <ygillet@gmail.com> wrote:
>>
>> Hi
>>
>> I've just installed geoserver 2.0 and I observed a performance degradation
>> compared to version 2.0RC1 when doing wms request of an ImageMosaic layer.
>> The same imagemosaic (prepared with GDAL) is used between the 2 versions.
>> With version 2.0 a request can take 20 seconds in average under linux
>> although the same request is served almost instantly with RC1. However, I
>> see that the image rendered with the final version is in better quality
>> (sharper details).
>>
>> The layer is in EPSG:3296 and the wms request asks it in EPSG:4326, and in
>> logs i see that most of the time is spent here in the reprojection of the
>> raster if I understand:
>> 2009-11-06 09:50:11,020 DEBUG [geotools.rendering] - clonedFinalWorldToGrid
>> AffineTransform[[0.144813403189081, 0.0, -2142.0672896392643], [-0.0,
>> 0.147284057806299, -2016.762187069049]]
>> 2009-11-06 09:50:31,677 DEBUG [geotools.rendering] - Raster rendered
>>
>> Has the gt projection/renderer engine such changed since RC1 to have those
>> performance?
>>
>> Regards
>> Yves
>> --
>> View this message in context: http://old.nabble.com/-geoserver-2.0--ImageMosaic-reprojection-performance----tp26230879p26230879.html
>> Sent from the GeoServer - User mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users