Skip to content

Umlaut in the default region breaks results (?) #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andreasba opened this issue Jan 11, 2016 · 2 comments
Closed

Umlaut in the default region breaks results (?) #40

andreasba opened this issue Jan 11, 2016 · 2 comments
Assignees

Comments

@andreasba
Copy link

andreasba commented Jan 11, 2016

For

    $geocode = \Toin0u\Geocoder\Facade\Geocoder::geocode('Obere Donaustrasse 22, Wien, Österreich');
    // The GoogleMapsProvider will return a result
    var_dump($geocode);

The configuration

'Geocoder\Provider\GoogleMapsProvider' => ['de-DE', null, true, 'myAPIKey'],

will return a result. For the configuration

'Geocoder\Provider\GoogleMapsProvider' => ['de-DE', 'Wien', true, 'myAPIKey'],

too. But for

'Geocoder\Provider\GoogleMapsProvider' => ['de-DE', 'Wien, Österreich', true, 'myAPIKey'],

it will fail:

ChainNoResultException in ChainProvider.php line 63: No provider could provide the address "Obere Donaustrasse 22, Wien, Österreich"

I gues it is the umlaut (Ö?)

Thanks
Andreas

@mikebronner
Copy link
Member

I have not been able to reproduce this on the new version that is forthcoming. Please keep us posted after the next release if it is still an issue.

@mikebronner mikebronner removed this from the 0.7 milestone Oct 1, 2016
@mikebronner
Copy link
Member

Closing for now, no response. Please re-open if this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants