geocoder-extra icon indicating copy to clipboard operation
geocoder-extra copied to clipboard

Geocoder extra features.

Results 4 geocoder-extra issues
Sort by recently updated
recently updated
newest added

Just some suggestions about security. Providers should default to using https when possible. It's better to start secure and let the user choose to downgrade. The geocoder provider defaults to...

Problem 1 - egeloen/http-adapter 0.7.0 requires phly/http dev-header-case-sensitivity as 0.11.x-dev -> no matching package found. - Conclusion: remove psr/http-message 1.0.1 - Conclusion: don't install psr/http-message 1.0.1 - willdurand/geocoder v3.0.0 requires...

Since all providers are in a separate package, we should consider doing the same thing for the providers in the "geocoder-extra" lib. Just take one provider at the time and...

The providers implement `Geocoder\Geocoder` (via `Geocoder\Provider`), which should return an `Geocoder\Model\AddressCollection` from geocode and reverse, but they are instead returning nested arrays. It appears to be as simple as running...