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

Change Mapbox searchbox geocoder URL from ephemeral to permanent #2217

Closed
ethervoid opened this issue Jan 9, 2019 · 1 comment
Closed

Change Mapbox searchbox geocoder URL from ephemeral to permanent #2217

ethervoid opened this issue Jan 9, 2019 · 1 comment
Assignees

Comments

@ethervoid
Copy link

ethervoid commented Jan 9, 2019

Right now we're using the Mapbox ephemeral geocoder URL instead of the permanent one. Why is this a problem? because only with the permanent one we're allowed to show the data in basemaps other than mapbox.

More info about the geocoding api:

API URL

/geocoding/v5/{endpoint}/{search_text}.json

endpoint can be mapbox.places or mapbox.places-permanent. We've to use the second one.

ToDo:

Related issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants