ran through the same a little earlier... location map http://server-2.webcoding.co.uk/Locations.html
potentially relevant threads http://www.mail-archive.com/search?q=bbc+location_id&l=backstage%40lists.bbc.co.uk but for your immediate problem... i see no way to get weather based on lat/lon mapping. if no other solution is available, you might have to parse all 7000+ feeds, get the lat/lon (unfortunately the location map above doesn't have lat/lon) and create a new location map. then based on the user's lat/lon determine which of the available lat/lon weather info is closest (using triangulation?) cool mashup btw - aleem On Thu, Nov 6, 2008 at 4:45 AM, Kai Hendry <[EMAIL PROTECTED]> wrote: > I'm interested in writing a Geolocation based Weather Web application > (no Java thanks) for my new G1 device. > > I see your feeds here: > http://backstage.bbc.co.uk/data/WeatherFeeds?v=p12 > > Though how do I code lat,long into {world|id}/{location_id}? > > > Here is my basic Geolocation stuff for peeps interested in Geolocation > mashups: http://geo.webvm.net/ > > > > Kind regards from Surrey, > - > Sent via the backstage.bbc.co.uk developer discussion group. To > unsubscribe, please send an email to [EMAIL PROTECTED] with > unsubscribe backstage-developer [your email] as the message. >

