[georss] "When" information in georss

Joshua Lieberman josh at oklieb.net
Mon Sep 17 08:59:55 EDT 2007


Tatsuya,

You've generated many interesting ideas which need some vetting and  
experimentation to move further. It seems that it is almost time for  
another GeoRSS get-together. Perhaps next week on Wednesday would be  
a good time. In order to accommodate your attendance, what time (UTC)  
could you call in to a discussion?

It would also be helpful for me to understand better your use of  
xhtml:div in the following examples, and whether it is valid xhtml to  
include an arbitrary tag such as geo:term within xhtml:span.

Regards,

Josh

On Sep 17, 2007, at 5:15 AM, Noyori Tatsuya wrote:

> Hello,
>
> I was suggested the following XML for multi geo and time.
>
> <geo:fs>
>     <geo:ds>
>         <geo:dateTime>2007-08-12T05:53:00+05:00</geo:dateTime>
>         <geo:point>31.57 -85.25</geo:point>
>         <xhtml:div>
>             <xhtml:div>Feels Like  : <xhtml:span geo:term="feels
> like">84</xhtml:span>°</xhtml:div>
>         </xhtml:div>
>     </geo:ds>
> </geo:fs>
>
> And, I have thought about style.
> I do not want to set color or icon to each value of term.
> I would like to suggest the following style.xml.
>
> <define name="feels like">
>     <icon>http://www.georss.org/georss/image/whiteBlackCircle.png</ 
> icon>
>     <gradient>
>         <stop value="0">
>             <color>#0000FF</color>
>             <scale>1</scale>
>         </stop>
>         <stop value="100">
>             <color>#FF0000</color>
>             <scale>1.5</scale>
>         </stop>
>     </gradient>
> </define>
>
> This style can use gradient style to each value of term. Gradient
> style is like svg:linearGradient. The color of mid value is determined
> by highest value-color and lowest value-color pairs.
>
> I think this is good idea.
>
> And, I think it is good that <fs> element contains link of style as  
> follows:
>
> <geo:fs style="http://example.org/geo/style.xml">
>     <geo:ds>
>         <geo:dateTime>2007-08-12T05:53:00+05:00</geo:dateTime>
>         <geo:point>31.57 -85.25</geo:point>
>         <xhtml:div>
>             <xhtml:div>Feels Like  : <xhtml:span geo:term="feels
> like">84</xhtml:span>°</xhtml:div>
>         </xhtml:div>
>     </geo:ds>
> </geo:fs>
>
>
> ref:
> http://nojorin.blogspot.com/2007/09/blog-post.html
> -- 
> Tatsuya Noyori (^o^)/
> _______________________________________________
> georss mailing list
> georss at lists.eogeo.org
> http://lists.eogeo.org/mailman/listinfo/georss



More information about the georss mailing list