Ok, so i'm writing a book for Packt about creating D7 sites for mobiles and tablets. I in the process i've created three sandbox modules that i'm hoping to take to full module status,
-
Views Highcharts
http://drupal.org/sandbox/stovak/1235800
Uses the Highcharts library to graph view results without using flash. I've applied for full-project status. It's in the queue and being reviewed.
-
Location Geocode Update
http://drupal.org/sandbox/stovak/1265648
Create's an "action" you can use the trigger module to, on save, update the long/lat coordinates of a node's location.
Specific needs before we go "real project":
- Cron action
- Support multiple node locations
- Integration with Yahoo mapping API (and maybe bing).
- Support User locations
-
Close To You
http://drupal.org/sandbox/stovak/1262930
Block that returns a list of nodes in "teaser" form listed by distance from the client based on their browser's navigator.geolocation object response. I hope to add the ability to enter an address soon, but for now, it grabs the long/lat from the browser.
Specific needs before we go "real project":
- Adding the ability of the block to configure "max distance". It's in the query, just need to cod it into the block config.
- Adapt the block to show allow user distance to be selected.
- The ability to choose build modes other than "teaser"
2 & 3 require location and gmap.
Feel free to check out the code for any.
