Skip to content
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

Geocoder question #1911

Closed
vchernetsky opened this issue May 4, 2015 · 2 comments
Closed

Geocoder question #1911

vchernetsky opened this issue May 4, 2015 · 2 comments

Comments

@vchernetsky
Copy link

What is the long term strategy for OTP geocoder? I'm not talking about built in geocoder, but rather a proxy to Google, Bano and other geocoders. We are at AmigoCloud consider using OTP /geocode endpoint, but we need Bing geocoder. So I added BingGeocoder following the same framework as Google, Bano and GeocodeResource. But I'm wondering if this is the right direction long term. Some of that code doesn't seem to be used.

I guess I'm wondering what are you plans for maintaining those geocoders and if you are going to maintain that architecture or not. If so, would you be interested in us contributing BingGeocoder back to OTP?

@laurentg
Copy link
Member

laurentg commented May 5, 2015

I'm not sure there is really a long-term plan for the current geocoder infrastructure; OTP being an open-source project the intrinsic plan is to follow what people are willing to do with the project :)

I would say that as long as the code meet a certain quality criteria a new geocoder implementation would be welcomed, especially that Bing is a well-known service. But of course this is only my personal opinion. As for the usage of geocoders, I do not know how often they are used, as the server side of OTP do not rely on it to run, only the provided default client will use it by default.

You may want to ask this question on the OTP mailing list instead, I'm not sure the issue tracker is followed by a lot of people.

@vchernetsky
Copy link
Author

Thanks Laurent! This makes it clear. I'll keep using OTP geocoder.

@abyrd abyrd closed this as completed Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants