[
https://issues.apache.org/jira/browse/OODT-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263861#comment-13263861
]
Ross Laidlaw commented on OODT-449:
-----------------------------------
I recently tested out a [demo
connection|https://cwiki.apache.org/confluence/display/SIS/OODT+File+Manager+to+SIS+Connection+Demo]
between the File Manager and SIS using the RSS service of the fmprod web
application. I configured the RSS output of fmprod by adding the following XML
tag definitions to 'rssconf.xml':
{code}
<tag name="geo:lat" source="[Latitude]">
<attribute name="xmlns:geo" value="http://www.w3.org/2003/01/geo/wgs84_pos#"
/>
</tag>
<tag name="geo:long" source="[Longitude]">
<attribute name="xmlns:geo" value="http://www.w3.org/2003/01/geo/wgs84_pos#"
/>
</tag>
{code}
This produced tags in the RSS outputs from fmprod similar to the following:
{code}
<geo:lat xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> [Latitude]
</geo:lat>
<geo:long xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> [Longitude]
</geo:long>
{code}
This was sufficient to get the demo working. But I felt that there must be a
more elegant way to declare the 'geo' namespace rather than as an inline
attribute for the 'lat' and 'lon' tags. Plus I'm sure that we'll require other
tags and namespaces, for example 'georss' for <georss:point> tags.
I'll look into these ideas and post my findings and any questions to this
ticket.
> Create the default GeoRSS configuration file
> --------------------------------------------
>
> Key: OODT-449
> URL: https://issues.apache.org/jira/browse/OODT-449
> Project: OODT
> Issue Type: Sub-task
> Components: file manager
> Reporter: Ross Laidlaw
> Labels: gsoc2012
> Fix For: 0.5
>
>
> Create a default GeoRSS configuration file for the fmprod web application of
> the File Manager component.
> The GeoRSS configuration file will contain all of the information from the
> default RSS configuration file. In addition, it will also contain
> definitions for latitude and longitude GeoRSS XML tags.
> Name the file 'georss-config.xml' and add the file to
> http://svn.apache.org/repos/asf/oodt/trunk/webapp/fmprod/src/main/resources
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira