-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dataservices legacy mapzen code #467
Comments
Merged
Merged
Hi @ethervoid @antoniocarlon , i've been running a couple of tests in an onpremises installation using:
Tests:
Long story short:
I'm not 100% sure if i am missing any configuration step, but so far, the issues point to routing as the culprit, because geocoder and isolines are working properly. In case it helps, the routing functions we are using for testing are:
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Product: Onpremises
carto-builder-2.2.0 / carto-dataservices-1.1.0
Related ticket: https://github.com/CartoDB/onpremises/issues/455#issuecomment-367329791
Onpremises doesn't configure any dataservices provider by default, because that operation is done using onpremises tools. Dataservices server extension (
0.30.2
) is falling back to mapzen by default for geocoding/isolines/routing.Additionally, since mapzen is officially deprecated, dataservices shouldn't complain if
mapzen_conf
key is not present incdb_conf
table.cc/ @ethervoid
The text was updated successfully, but these errors were encountered: