-
Notifications
You must be signed in to change notification settings - Fork 1
Feature dev423 new osrm client #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
Conversation
rfjaimes-simpli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solo algunos comentarios
| // low fmv | ||
| double speedRate = 2; | ||
| String country = "CL"; | ||
| String country = "AD"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solo por curiosidad, porque se cambio este country?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Porque cuando estaba haciendo las pruebas internas tenía el mapa de andorra cargado en osrm
|
|
||
| // token | ||
| String token = "None"; | ||
| String token = "Token b926b46ddb8f5efab66693961369e0116712adde"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eliminar token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eliminado
| paramsString = addParamString(paramsString, "speedRate", Double.toString(request.getSpeedRate())); | ||
| paramsString = addParamString(paramsString, "country", request.getCountry()); | ||
| paramsString = addParamString(paramsString, "start_time", request.getStartTime()); | ||
| paramsString = addParamString(paramsString, "vehicleSubType", request.getVehicleSubType()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esto no estaba enviandose por otro lado? la idea es quede dinamico
** Falta abordar el tema del envío de los parámetros restriction