Active
Project:
Location Feeds
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 22:52 UTC
Updated:
5 Nov 2012 at 11:51 UTC
Hi,
I have the following sort of lat/lon definitions in a feed which I extract using:xpath parsing.
<field name="latitude">45,2283</field>
<field name="longitude">6,74451</field>
It seems that this lat/lon calculation is not correctly doen through this module?
Could you help me how to get this correct?
Thanks a lot in advance for your reply and thanks for making such great module!
Greetings, Martijn
Comments
Comment #1
mxtI need the same explanation too: please help.
Location table that stores nodes loc data, has 2 separate columns: latitude and longitude.
My CSV file that I have to import has 2 columns, LAT and LON
This module instead provides only one mapping field: location.coordinates.
How to proceed?
Thank you