In Drupal 7 you needed addressfield, geofield, and geocoder

But in Drupal 8 do I need all of those?

I enabled the geofield_address module. I thought there would a widget or additional information in the address field but there is not.

Can you help?

Comments

SocialNicheGuru created an issue. See original summary.

darvanen’s picture

Here's what just worked for me:

- Turn on all three modules (address, geofield, geocoder)
- Turn on all three of geocoder's submodules (geocoder_address, geocoder_field, geocoder_geofield)
- On a content type make two fields, one for address and one for geofield
- The geofield field should give you the option to generate the values based on your address field

darvanen’s picture

Status: Active » Needs review
SocialNicheGuru’s picture

Status: Needs review » Closed (works as designed)

ok. thanks. I didn't know if I still needed it for D8.