[Geoserver-users] How to... customize the GeoRSS-output

Hi All of You,

I would like to customize the GeoRSS output. I found some postings here and
some hints in the docu that it should be possible with Freemarker-templates.
But now I'm a bit stuck, because I'm not a java-developper and so I cannot
evaluate the service-jar as recommended here:
http://geoserver.org/display/GEOSDOC/Freemarker+templates.

Are there any basic Freemarker-templates for the GeoRSS-output and where and
how do I have to embed them?

With best wishes,

Tilo

Hi Tilo,

If you look in the data directory of a regular geoserver installation under <data_dir>/featureTypes/states you will see two files called title.ftl and description.ftl. These are small examples of freemarker templates.

Also feel free to ask any question here about what you want to do, how you want to customize the output and we can provide guidance.

-Justin

Tilo Wütherich wrote:

Hi All of You,

I would like to customize the GeoRSS output. I found some postings here and
some hints in the docu that it should be possible with Freemarker-templates.
But now I'm a bit stuck, because I'm not a java-developper and so I cannot
evaluate the service-jar as recommended here:
http://geoserver.org/display/GEOSDOC/Freemarker+templates.

Are there any basic Freemarker-templates for the GeoRSS-output and where and
how do I have to embed them?

With best wishes,

Tilo

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Justin,

If you look in the data directory of a regular geoserver installation
under <data_dir>/featureTypes/states you will see two files called
title.ftl and description.ftl. These are small examples of freemarker
templates.

due to some misconfiguration in my GS I tried in the wrong directory for my
WMS...

Also feel free to ask any question here about what you want to do, how
you want to customize the output and we can provide guidance.

I want to modify the output between the
<description><![CDATA[...]]></description> tags and it seems to be quite
easy :slight_smile:

Thank you!

Tilo