Skip to content
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

Arcgis Provider #1165

Open
mrelliot69 opened this issue Oct 2, 2022 · 3 comments
Open

Arcgis Provider #1165

mrelliot69 opened this issue Oct 2, 2022 · 3 comments

Comments

@mrelliot69
Copy link

Is the doc updated?
When i try to use
$provider = new \Geocoder\Provider\ArcGISList\ArcGISList($httpClient);
says class not found, but if i use
$provider = new Geocoder\Provider\ArcGISOnline\ArcGISOnline($httpClient);
it works, so im i doing something wrong or ?

@mtmail
Copy link
Contributor

mtmail commented Oct 2, 2022

The directory is called ArcGisOnline so I’d say the documentation is outdated. https://github.com/geocoder-php/Geocoder/tree/master/src/Provider

@mrelliot69
Copy link
Author

yap thats what i also tought,
question: why when using arcgis sometimes when i type Rua do, we retturns almost every result with some letters like Asd, a /n
do i need to setup another setting to work properly?

@jbelien
Copy link
Member

jbelien commented Oct 2, 2022

Is the doc updated?
When i try to use
$provider = new \Geocoder\Provider\ArcGISList\ArcGISList($httpClient);
says class not found, but if i use
$provider = new Geocoder\Provider\ArcGISOnline\ArcGISOnline($httpClient);
it works, so im i doing something wrong or ?

Indeed, Readme.md seems outdated.
Could you create a PR to update it?

question: why when using arcgis sometimes when i type Rua do, we retturns almost every result with some letters like Asd, a /n
do i need to setup another setting to work properly?

We don't "mess" with the result returned by the external API, we just provide a provider around it.
That issue probably comes from the API itself. Please check.

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

3 participants