« Return to Thread: Explanation of other meta data?

Explanation of other meta data?

by Andrew Turner-5 :: Rate this Message:

Reply to Author | View in Thread

I am adding GeoRSS support to some of my projects and wanted to get
some clarification on some of the other meta data that can be
optionally included in a georss:where node.

Relationship Tag and Feature Type Tag are two examples not really
specified in the verbage on the site, or in the GML documentation.
Should they be used as such:

<georss:where>
  <gml:featuretype>location mountaintop alps</gml:featuretype>
  <gml:relationship>is-located-at</gml:relationship>
  <gml:Point>
    <gml:pos>42.366813 11.106217</gml:pos>
  </gml:Point>
</georss:where>

or
  <gml:featuretypetag>location, mountain top, alps</gml:featuretypetag>

Seems worthwhile to specify/suggest a format for multiple values
within the tags for parsers to know how to handle the values.

Andrew

--
Andrew Turner
ajturner@...        42.4266N x 83.4931W
http://highearthorbit.com              Northville, Michigan, USA
_______________________________________________
georss mailing list
georss@...
http://lists.eogeo.org/mailman/listinfo/georss

 « Return to Thread: Explanation of other meta data?