> --
> You received this message because you are subscribed to the Google Groups "Activity Streams" group.
> To post to this group, send email to activity...@googlegroups.com.
> To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.
>
>
Thoughts on representing places:
* address should be optional
* a place should be defined by either a lat/long point or a polygon
* I support the idea of a list of URLs
Will try to give a more thoughtful reply when I can get back to my computer.
aaronpk
On Jul 22, 2010 12:02 PM, "Kevin Marks" <kevin...@gmail.com> wrote:
Apologies for terse reply as I am lacking a mac or a phone.
Place needs Address, geopoint, and LIST of urls. That way we can point
back at twitter, foursquare, google, whomever for further info, and if
a processor normalizes to its own place id it can still presrve
originating ones.
On Thursday, July 22, 2010, ewryan <ewr...@gmail.com> wrote:
> At Gnip we are attempting to update ...
Just to close the loop here..
We decided not to use the <context:location> element as it only
appeared in the wiki, not in the spec. Went this route since both
georss and poco are valid atom extensions and should therefore should
be valid AS. We are adding all relevant geo information as a child of
the <entry> element instead of the <activity:object> element.
Here is the AS transformed tweet we ended up with:
http://gist.github.com/490904#file_as_tweet.xml
Based off of this original tweet: http://gist.github.com/490904#file_original_tweet.xml
Note that we ended up dropping some of the place's fields from the
original tweet (id, place_type, attributes) in anticipation that they
will be covered by the spec at a future date.
Eric
On Jul 22, 1:26 pm, Monica Keller <monica.kel...@gmail.com> wrote:
> So we have links for all objects via link rel="alternate" in both atom
> and JSON
>
> On Jul 22, 12:17 pm, Aaron Parecki <aa...@parecki.com> wrote:
>
> > Thoughts on representing places:
> > * address should be optional
> > * a place should be defined by either a lat/long point or a polygon
> > * I support the idea of a list of URLs
>
> > Will try to give a more thoughtful reply when I can get back to my computer.
>
> > aaronpk
>
> > On Jul 22, 2010 12:02 PM, "Kevin Marks" <kevinma...@gmail.com> wrote:
>
> > Apologies for terse reply as I am lacking a mac or a phone.
> > Place needs Address, geopoint, and LIST of urls. That way we can point
> > back at twitter, foursquare, google, whomever for further info, and if
> > a processor normalizes to its own place id it can still presrve
> > originating ones.
>
> > On Thursday, July 22, 2010, ewryan <ewr...@gmail.com> wrote:
> > > At Gnip we are attempting to update ...