-
Notifications
You must be signed in to change notification settings - Fork 22
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
Other library nominatim to geocoder #71
Comments
I'm sorry, but I am not the maintainer of the nominatim service. |
Is it possible to change the library to another like for exemple openrouteservice , here or other library ? |
Well, openrouteservice looks interesting ... |
Thank you, I would be delighted and my users too ! |
Im trying to implement something ... I'll need several days ;-) |
A question at leaflet-control-geocoder about Another easier proposition to leaflet-control-geocoder perliedman/leaflet-control-geocoder#358 and a first PR perliedman/leaflet-control-geocoder#359 |
@mcguffin Can you assign to me this issue please ? |
@Cyrille37 I'm finishing now too. Achievements today:
I've lost myself in generic Geocoder settings and spent the last few hours poking in piles of API docs. I think the geocoder declaration in the json should look like this: "opencage": {
"label": "OpenCage",
"options": {
"apiKey": null
},
"settings": {
"apiKey": {
"label": "OpenCage API Key",
"type": "text",
"required": true
}
}
}
I think we should retire What do you think? If you agree, I'll implement generic geocoder settings as described tomorrow. |
Hi @mcguffin Ok, take the lead. I'll will do tests later today. |
Hi @Cyrille37 What's new:
|
Hi @mcguffin from in settings:
dev:
|
Hi @Cyrille37
|
At first you've to decide which Php version the plugin have to be compatible with. If I code with php 8.3 I cannot see php X.x incompatibility. Isn't it ? |
Min PHP is 7.2 in composer.json – I'm going to raise this to 7.4, which is already covered in the acf-openstreetmap-field/composer.json Lines 14 to 17 in b439da3
Max PHP should be 8.4. I'm still working on an effective way to test this together with 7.4. |
|
Okay I see it now… |
Hello,
I am having problems with the nominatim geolocation.
In many cases, the house number is not found.
We must then manually find the exact situation on the street.
Here is an example :
https://nominatim.openstreetmap.org/search?q=11%20Rue%20du%20Rocher,%2035510%20Cesson-S%C3%A9vign%C3%A9&limit=5&format=json&addressdetails=1
The return is only the street and not the position of number 11 in the street
The text was updated successfully, but these errors were encountered: