mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 06:22:40 +00:00
upgrade graphhopper api params, secure broker
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user