- Issue created by @johnpicozzi
- π³π±Netherlands megachriz
This should go into the Geofield module, the Feeds integration code is there. Feeds only aims to support fields provided by Drupal core.
When using feeds to import a CSV file with individual Latitude & Longitude columns to a Geofield module lat/long field you get the following error.
Latitude and Longitude should be a pair. Change your file and import again.
However the lat and long do import correctly. Seems odd that you would get an error on this when the feeds mapper does allow for the source to be selected independently. Not sure if this is really a Geofield issue, didn't seem like it so I dropped it here.
- Install Drupal, Feeds and geofield.
- Create a content type with a lat and Long Geofield
- Setup a feed type of CSV and a mapper to the geofield mapping lat and long to different columns in your CSV
- import CSV and you should get an error.
I also have the address and feeds tamper modules installed - Don't have any tampers on the Geofield. Not sure this is relevant.
Seems to be importing correctly, might just be an over zealous error message. Would consider investigating removing error message if not needed.
Active
1.0
Code
This should go into the Geofield module, the Feeds integration code is there. Feeds only aims to support fields provided by Drupal core.