ybert

Results 10 comments of ybert
trafficstars

I could try to give it some time in the next weeks. But I need a more precise idea of what is not working in the update and what is...

@lonvia Could you review it when you have time ?

@lonvia I made some changes to adapt the code. What do you think ?

Can you show your composer.json file with other packages ? After adding the package in composer.json you can try ```composer update geocoder-php/nominatim-provider geocoder-php/common-http```

I tried to install all these packages and I don't have any error. I think you can try ```composer upadte geocoder-php/common-http geocoder-php/arcgis-online-provider geocoder-php/here-provider geocoder-php/locationiq-provider geocoder-php/mapbox-provider geocoder-php/open-cage-provider geocoder-php/nominatim-provider geocoder-php/maptiler-provider``` to fix...

In fact ^4.0 means 4.* so it should install 4.1 if available. Did you try the composer update command with geocoder-php/common-http in it as shown in my last comment ?...

With providers requiring geocoder-php/common-http ^4.0 and others requiring ^4.1 , I get the 4.5..0 installed. Can you provide your composer.json file ? Maybe you have other packages that requires strict...

Ok, I undersand your position. Actually it is the only way to use reverse geocoding with photon and have specific result types. I will see if I have time to...

Hello @jbelien, [My PR](https://github.com/komoot/photon/pull/742 ) has just been merged in Photon master branch. Can I implement geocoding and reverse with osm tags here or should I wait a tagged version...

I just added osm tag feature for both geocode and reverse queries. You can easily combine multiple osm tag filters like this : ```php $provider = new Geocoder\Provider\Photon\Photon($httpClient, 'https://your-photon-root-url'); $reverseQuery...