Hello,
I want to get geolocation data by address. I have created the following fields in my Form & Content Type (Admin form):
- street: text, storage (custom, article - introtext)
- city: text, storage (custom, article - introtext)
- zipcode: text, storage (custom, article - introtext)
- country: text, storage (custom, article - introtext)
- longitude: text, storage (custom, article - fulltext)
- latitude: text, storage (custom, article - fulltext)
- geolacation: address to coordinates, storage (none)
- Construction:
- Behavior: concatenate
- Address: 4 fields (street, city, zipcode, country)
- Latitude (Field): latitude
- Longitude (Field): longitude
If I save the content type, no latitude and longitude data are strored in the database.
If I change the fields latitude and longitude as follows:
- longitude: text, storage (custom, article - introtext)
- latitude: text, storage (custom, article - introtext)
No data will stored in the database and all fields of the content type are emtpy after saving.
I use Joomla 3.4.1 and seblod 3.5.0.
What make I wrong? Has someone a tip for me?