Skip to content

Commit

Permalink
Merge pull request #1217 from GIScience/gh-4.0-upgrade
Browse files Browse the repository at this point in the history
🚀
  • Loading branch information
MichaelsJP authored Mar 3, 2023
2 parents 4a406a2 + c379358 commit b428001
Show file tree
Hide file tree
Showing 497 changed files with 11,133 additions and 23,798 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RELEASING:
- link to YouTube docker setup guide to docs (thanks to SyntaxByte)
- prototype of generic CSV-based routing to be used for heat stress
- Shadow Routing
### Removed
- old v1 API code and related classes
### Fixed
- allow bridleways with bicycle=yes for bike profiles ([#1167](https://github.com/GIScience/openrouteservice/issues/1167))
- improved log file settings error message ([#1110](https://github.com/GIScience/openrouteservice/issues/1110))
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM maven:3.8-jdk-11-slim as base

ARG DEBIAN_FRONTEND=noninteractive


# hadolint ignore=DL3002
USER root

Expand Down
13 changes: 2 additions & 11 deletions openrouteservice-api-tests/conf/ors-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"weightings": "recommended",
"maxcellnodes": 5000
},
"profile-hgv": {
"hgv": {
"enabled": true,
"threads": 12,
"weightings": "recommended, shortest",
Expand Down Expand Up @@ -132,7 +132,6 @@
"execution": {
"methods": {
"lm": {
"disabling_allowed": true,
"active_landmarks": 8
}
}
Expand Down Expand Up @@ -169,11 +168,7 @@
},
"execution": {
"methods": {
"ch": {
"disabling_allowed": true
},
"lm": {
"disabling_allowed": true,
"active_landmarks": 8
},
"core": {
Expand Down Expand Up @@ -233,11 +228,7 @@
},
"execution": {
"methods": {
"ch": {
"disabling_allowed": true
},
"lm": {
"disabling_allowed": true,
"active_landmarks": 8
},
"core": {
Expand Down Expand Up @@ -349,7 +340,7 @@
"filepath": "openrouteservice-api-tests/data/noise_data_hd.csv"
},
"csv": {
"filepath": "openrouteservice-api-tests/data/csv_data_hd.csv"
"filepath": "openrouteservice-api-tests/data/csv_data_hd.csv"
},
"ShadowIndex": {
"filepath": "openrouteservice-api-tests/data/shadow_index_hd.csv"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b428001

Please sign in to comment.