As stated in #623428-59: Provide hook_feeds_user_processor_targets_alter() we need more location data especially GEO data.
I learned today we cannot add multiple locations from RSS-1.0 and RSS-2.0. So I tried CSV import with multiple items.
My self prepared csv source is like this.
GUID URL title description category location_longitude location_latitude
.... 0 0
.... -15.7797 -47.9297
.... 40.1811\n47.0056\n55.7522\n50.4333 44.5136\n28.8575\n37.6156\n30.5167
And what about http://earthquake.usgs.gov/earthquakes/catalogs/1day-M2.5.xml
Comments
Comment #1
elliotttf commentedIf the incoming field were parsed as an array, this module will support multiple locations for single nodes. That's more up to the parser though than this module. Otherwise though, you are correct, only one location per node is supported.
I'll look into the georss stuff, but patches are always welcome.
Comment #2
elliotttf commentedSupport for simple georss points has been added: http://drupal.org/cvs?commit=386462
I will create a new release shortly.