-
Notifications
You must be signed in to change notification settings - Fork 522
Add PickPoint provider. #721
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
Conversation
5c3e98b
to
efc9ab0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thank you for this.
I just had some minor comments.
src/Provider/PickPoint/PickPoint.php
Outdated
/** | ||
* @author Vladimir Kalinkin <[email protected]> | ||
*/ | ||
final class PickPoint extends AbstractHttpProvider implements LocaleAwareGeocoder, Provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove LocaleAwareGeocoder. See #720
class IntegrationTest extends ProviderIntegrationTest | ||
{ | ||
protected $testAddress = true; | ||
protected $testReverse = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the other way around. Look in ProviderIntegrationTest
. All tests are enabled by default, you should write ie $testIpv4 = false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nyholm, thank you for the review, I will fix it!
Fixed style. Apply review notes.
efc9ab0
to
e0167b6
Compare
@Nyholm, requested changes are applied. |
Great work |
Oh, i forgot, you should update the table on the readme |
This PR adds PickPoint geocoder, which is commercial version of Nominatim hosted at https://pickpoint.io.