« Return to Thread: Explanation of other meta data?

Re: Explanation of other meta data?

by a.doyle :: Rate this Message:

Reply to Author | View in Thread

featuretype and relationship are in the georss namespace, not the gml  
namespace.

As far as whether to use a gml:Point or a georss:point, I guess  
that's up to you but if you're not using any other GML and you don't  
need to have things in other coordinate reference systems, then you  
can stick with georss:point.

I'm sure when the "real" XML people on this list wake up, they will  
either have more to say or can correct me if I'm wrong...

I think we need more examples!

        Allan

On Apr 4, 2006, at 07:02, Andrew Turner wrote:

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

--
Allan Doyle
+1.781.433.2695
adoyle@...



_______________________________________________
georss mailing list
georss@...
http://lists.eogeo.org/mailman/listinfo/georss

 « Return to Thread: Explanation of other meta data?