Skip to content

Commit c0222b9

Browse files
wip
1 parent 6d9e8a9 commit c0222b9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"brfs"
1919
]
2020
},
21+
"bin": {
22+
"osrm-routed-ng": "./server/server.js"
23+
},
2124
"scripts": {
2225
"lint": "node ./node_modules/eslint/bin/eslint.js -c ./.eslintrc features/step_definitions/ features/support/",
2326
"test": "node ./node_modules/cucumber/bin/cucumber.js features/ -p verify && node ./node_modules/cucumber/bin/cucumber.js features/ -p verify -m mmap && node ./node_modules/cucumber/bin/cucumber.js features/ -p mld && node ./node_modules/cucumber/bin/cucumber.js features/ -p mld -m mmap",

server/schema.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ const queryStringJsonSchemaGeneral = {
7070
}
7171
};
7272

73-
// annotations_type.add("duration", AnnotationsType::Duration)("nodes",
74-
// AnnotationsType::Nodes)(
75-
// "distance", AnnotationsType::Distance)("weight", AnnotationsType::Weight)(
76-
// "datasources", AnnotationsType::Datasources)("speed", AnnotationsType::Speed);
77-
7873
const queryStringJsonSchemaRoute = {
7974
type: 'object',
8075
properties: {

0 commit comments

Comments
 (0)