Hi everyone, I want to know if you support GeoRSS, I recently added
the GeoTag functionality to my feed and when I looked at the xml
generated I see that:
<rss xmlns:geo="
http://www.w3.org/2003/01/geo/wgs84_pos#"
version="2.0">
...
<geo:lat>4.5962004</geo:lat>
<geo:long>-74.0775079</geo:long>
...
Which says to me that you are using the w3c specification for
GeoTagging the feeds.
In
http://georss.org/w3c I see this specification is deprecated, so I
want to ask you please use GeoRSS specification instead of W3C.
I think that could be just added the Point Geometry and the
functionality would be similar to the implemented in GeoTag, but with
the GeoRSS specification.
The page
http://georss.org/simple says that for a Point Geometry all
that it needs is:
<feed xmlns:georss="
http://www.georss.org/georss">
...
<georss:point>45.256 -71.92</georss:point>
I don't know if you are talking about this before, so sorry if you
did.
Thanks for your attention and for feedburner!