Closed vicchi closed 8 years ago
Good job 👍
Try not to add merge branch ...
as commit :)
@willdurand Mea culpa!
@vicchi no worry, was just a quick check for cosmetic stuff. I think you will have to squash your commits before getting this PR merged (cf. https://davidwalsh.name/squash-commits-git).
Good job by the way!
Good point. I'll squash this down. Probably won't be until tomorrow now as I'll be in transit home in a short while.
No rush ;-)
OK - that should be squashed now (dived onto the flaky conference wifi)
I've just merged in PR #31's changes to my gg-what3words-provider
branch and it's building clean in Travis ... if there's no other comments, can this be merged into master
?
Thank you
Thanks @Nyholm. Much appreciated.
Note - due to the semantics of the what3words 3 word address scheme, this provider returns the 3 word address as the
locality
element of the returnedAddress
. The coordinates and bounding box are also always returned in their usual place inAddress
.A valid API key is also required to use the service and for the unit tests, this can be supplied in a local copy of
phpunit.xml
as<server name="WHAT3WORDS_API_KEY" value="a-valid-api-key" />