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

MXT’s picture

I 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