Skip to content

Feature dev423 new osrm client - #14

Merged
IvanDanSantos merged 15 commits into
masterfrom
FEATURE-DEV423-new_osrm_client
Oct 21, 2025
Merged

IvanDanSantos merged 15 commits into
masterfrom
FEATURE-DEV423-new_osrm_client

Conversation

@IvanDanSantos

Copy link
Copy Markdown
Contributor
  • Se implementa la opción de poder obtener dos matrices de distancias

** Falta abordar el tema del envío de los parámetros restriction

@rfjaimes-simpli rfjaimes-simpli left a comment

Copy link
Copy Markdown
Collaborator

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";

Copy link
Copy Markdown
Collaborator

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?

Copy link
Copy Markdown
Contributor Author

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

Comment thread src/main/java/com/osrm/client/Main.java Outdated

// token
String token = "None";
String token = "Token b926b46ddb8f5efab66693961369e0116712adde";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eliminar token

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eliminado

Comment thread src/main/java/com/osrm/client/Main.java
Comment on lines +52 to +55
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());

Copy link
Copy Markdown
Collaborator

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

@IvanDanSantos
IvanDanSantos merged commit 44d2275 into master Oct 21, 2025
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

Successfully merging this pull request may close these issues.

2 participants