You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/07/03 03:38:43 UTC

svn commit: r1142356 - /oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml

Author: mattmann
Date: Sun Jul  3 01:38:42 2011
New Revision: 1142356

URL: http://svn.apache.org/viewvc?rev=1142356&view=rev
Log:
- add some documentation on creating a GeoRSS service: http://georss.org/simple

Modified:
    oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml

Modified: oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml?rev=1142356&r1=1142355&r2=1142356&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml (original)
+++ oodt/trunk/webapp/fmprod/src/main/resources/rssconf.xml Sun Jul  3 01:38:42 2011
@@ -63,6 +63,17 @@ the License.
     </tag>
     
     -->
+
+    <!-- 
+    
+    If you want to turn your CAS File Manager into a GeoRSS 
+    simple service (see http://georss.org/simple), add the 
+    following block, assuming that you have indexed met fields 
+    named Latitude and Longitude for your product (update as 
+    appropriate otherwise).
+    
+    <tag name="georss:point" source="[Latitude] [Longitude]"/>
+    -->
     
     <tag name="cas:source" source="[ProductType]"/>
     <tag name="source" source="[ProductType]"/>