Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the following tag definitions to the ‘rssconf.xml’ configuration file for the CAS REST API webapp.  By default, ‘rssconf.xml’ is located in the WEB-INF/classes directory of the webapp.  The new tag definitions should be inserted between the <cas:rssconf> … </cas:rssconf> tags.

Code Block
<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>

...