Locations not saved on incoming feeds
geodaniel - January 30, 2007 - 09:14
| Project: | GeoRSS module |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | geodaniel |
| Status: | closed |
Description
Due to the recent location module upgrade to allow multiple locations, incoming feeds items are not having their locations attached. Firstly it's an oversight in my last patch, as I'm not adding the location information properly, but it's also related to #109611 in that a location is not saved unless it has a country associated with it.

#1
I've attached a patch which gets the module working for incoming aggregator2 feeds again by assigning the country code 'xx' which equates to the 'NOT LISTED' entry in location module. Ideally, we won't have to do this, so I'll look into fixing the issue on the location module side.
#2
http://drupal.org/node/109611 was updated with a patch that should solve this issue without the need for the 'xx' hack. The rest of this patch still needs applying though.
#3
This was applied on the 4.7 branch but not on the 5.x branch yet
#4
#5
Applied on 5.x and HEAD