From: Kevin <ke...@dr...> - 2005-12-14 19:06:24
|
> I made the lat/lon fields editable since many feeds don't include > their location, but it is sometimes discernable. For example, my > weatherunderground.com feed does not have a location information, but > I *know* where it's located. > > Perhaps just adding a test that if there is no lat/lon in the feed, > check the db for a 'stored' location. I'm already adding functionality > in a local version for displaying all this location stuff on a map. > > Also, Kevin, what did you do with the RSS image stored in the DB when > you refactored how feeds are stored? > > Andy So, lat and lon need to at least have fields in the db for users to enter/override the location info for a feed. Are these fields populated always or only when the user enters them? Feed image URL is pulled from the rss cache same as lat,lon, and description. I removed the column from the feeds table. --=20 Kevin |