riasvdv / statamic-address-field

A full-featured address field for Statamic
4 stars 4 forks source link

Plugin does not geocode anymore if only street has been filled out #3

Closed freshface closed 2 years ago

freshface commented 2 years ago

When only entering the street; 'Grote Markt 5' it geocodes, but it doesn't take into account the zip, city, country because there is allready a lat en lon coordinate. There are multiple 'Grote Markt 5' in belgium.

This line should be removed https://github.com/riasvdv/statamic-address-field/blob/fb9524bdaafc1a4c093c0729845fe515d150f719/resources/js/components/fieldtypes/Address.vue#L138

riasvdv commented 2 years ago

I'll take a look at this soon, it does seem like a bug in that case. Thanks for reporting this