Arcgis Provider

Open
#1,165 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
php
Domain
api, backend

Research direction

Start with the ArcGISList and ArcGISOnline provider class names shown in the report, then check the current provider documentation and namespace usage. Done means confirming the supported class name and correcting the documentation or usage guidance so the reported class-not-found problem is resolved.

Written by the indexing model from the issue text.

Description

documentation question

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 ?

Dominant language
PHP
Stars
4k
Forks
525
Avg merge
8m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from geocoder-php/Geocoder

All issues in geocoder-php/Geocoder

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.