Problem/Motivation
So here is a series of patches that fixes the following problems for Mapbox integration (to make it work with my project):
- autocomplete suggestion are now filtered by the country selected by the user => untested without country selection !!
- postcode and cites are wrongly filled in my case => patch should improve robustness across address types
- compatibility with PHP 7.2
I am sorry I did not create 3 separate issues, but I don't have the time to make separate patches, hope this help !
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | adress_mapbox_autosuggestion.patch | 5.13 KB | lazzyvn |
Issue fork address_autocomplete-3194599
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 1.0.x
changes, plain diff MR !1
Comments
Comment #2
thony commentedComment #3
thony commented(Handling of administrative areas for certain countries, patch merge in a single file)
Comment #4
lazzyvn commentedHello
@Thony I don't think your patch is good enough you modify with your project personal
exemple:
or administrative area is not always present in some countries
I make quick Patch it fix some bug for mapbox. Some countries have format adresse lik [Street number] [Street name]
Comment #6
dejan0 commentedThanks, @Thony, and @lazzyvn, good catches! I will check/test solutions, and include them in the next release!
Comment #7
socialnicheguru commentedComment #9
granikCommitted #4. Thanks @ lazzyvn.