upgrade graphhopper api params, secure broker

This commit is contained in:
Sylvain Briat
2023-12-18 15:49:44 +01:00
parent d172cac7f4
commit 3aaccfa48f
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export class GraphhopperGeorouter implements GeorouterPort {
};
private _setDefaultUrlArgs = (): void => {
this.urlArgs = ['vehicle=car', 'weighting=fastest', 'points_encoded=false'];
this.urlArgs = ['profile=car', 'points_encoded=false'];
};
private _setSettings = (settings: GeorouterSettings): void => {