Would love to be able to build views based on tweet location, such as a map.

CommentFileSizeAuthor
#3 twitter-644954.patch11.82 KBderhasi

Comments

sirkitree’s picture

++ this would be some sweet functionality!

benklocek’s picture

+1 subscribe

derhasi’s picture

Assigned: Unassigned » derhasi
Status: Active » Needs review
StatusFileSize
new11.82 KB

I added a patch for implementing storage of longitude and latitude of the tweet. Additionaly there are views fields for both values, that can be used by Openlayers & Co. This should fix the title Store tweet location.

Removing a location from twitter.com would be a new issue for the API, I guess. Implemenation with location's or geo's storage options should be an issue for a contrib module.

It would be nice someone could review the patch.

P.S.: sorry for the whitespace changes, but as it is part of the Drupal coding standards I configured my IDE to convert it automatically.

pribeh’s picture

subscribe

derhasi’s picture

Assigned: derhasi » Unassigned

pribeh, did you test the attached patch of #3?

pribeh’s picture

Hi darhasi. I will get to testing this today and report back. I'm just setting things up on a dev site to test this.

pribeh’s picture

Testing of this patch will have to wait until tomorrow. Thanks derhasi for putting your efforts into this. I do plan on using this on a live site if this works out.

greg.harvey’s picture

Wow, just looking in to this for a client. Good to find the beginnings of a patch. I'll need to do what Richard needed to do, so if we follow this through with our customer we'll be able to test this and hopefully get it finished.

For now, subscribe and +1!

mrf’s picture

Version: 6.x-3.x-dev » 7.x-5.x-dev
Status: Needs review » Patch (to be ported)

Still seems like a good idea to me, but should be done on 7.x-5.x-dev first.

jasonflaherty’s picture

Issue summary: View changes

Just following up with this request. Was it implemented in 7.x-5.x-dev or into the latest module?

damienmckenna’s picture

@jasonflaherty: It hasn't been added to any branch yet.

damienmckenna’s picture

Version: 7.x-5.x-dev » 7.x-6.x-dev
damienmckenna’s picture

Status: Patch (to be ported) » Needs work