Hello,
I have created a Form & Content Type with following fields:
- street
- city
- zipcode
- country
- longitude
- latitude
- geolocation (address to coordinates)
If I save the content type, the latitude and longitude data are stored in the database.
Now I use the the seblod importer with the following csv fields:
The import works fine. But the latitude and longitude data are not stored in the database.
Only if I save the content in the backend again, the latitude and longitude data are stored in the database.
Is there a workaround, that I get the geo data during the import?