Skip to content

Commit

Permalink
Merge pull request #205 from ibi-group/upstream-merge-2024-03-04
Browse files Browse the repository at this point in the history
Upstream merge 2024-03-04
  • Loading branch information
miles-grant-ibigroup authored Mar 6, 2024
2 parents b25fdfd + 82ecd76 commit 621f31f
Show file tree
Hide file tree
Showing 183 changed files with 3,870 additions and 3,926 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
jfr-delay: "35s"
profile: core

- location: skanetrafiken
iterations: 1
jfr-delay: "50s"
profile: core
# disabled due to https://github.com/opentripplanner/OpenTripPlanner/issues/5702
#- location: skanetrafiken
# iterations: 1
# jfr-delay: "50s"
# profile: core

# extended locations that are run only after merging to dev-2.x

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Install xmllint
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
- name: Configure git user
Expand Down
156 changes: 94 additions & 62 deletions client-next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@testing-library/react": "14.1.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.1.3",
"eslint": "8.48.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand Down
4 changes: 2 additions & 2 deletions doc-templates/UpdaterConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GBFS form factors:
## Other updaters in sandboxes

- [Vehicle parking](sandbox/VehicleParking.md)
- [Siri over HTTP](sandbox/SiriUpdater.md)
- [Siri over Azure Message Bus](sandbox/SiriAzureUpdater.md)
- [Siri over HTTP](sandbox/siri/SiriUpdater.md)
- [Siri over Azure Message Bus](sandbox/siri/SiriAzureUpdater.md)
- [VehicleRentalServiceDirectory](sandbox/VehicleRentalServiceDirectory.md)

13 changes: 12 additions & 1 deletion doc-templates/sandbox/MapboxVectorTilesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ The feature must be configured in `router-config.json` as follows
"minZoom": 14,
"cacheMaxSeconds": 600
},
// flex zones
{
"name": "areaStops",
"type": "AreaStop",
"mapper": "OTPRR",
"maxZoom": 20,
"minZoom": 14,
"cacheMaxSeconds": 600
},
{
"name": "stations",
"type": "Station",
Expand Down Expand Up @@ -136,6 +145,7 @@ For each layer, the configuration includes:
- `name` which is used in the url to fetch tiles, and as the layer name in the vector tiles.
- `type` which tells the type of the layer. Currently supported:
- `Stop`
- `AreaStop`: Flex zones
- `Station`
- `VehicleRental`: all rental places: stations and free-floating vehicles
- `VehicleRentalVehicle`: free-floating rental vehicles
Expand Down Expand Up @@ -191,4 +201,5 @@ key, and a function to create the mapper, with a `Graph` object as a parameter,
* Added DigitransitRealtime for vehicle rental stations
* Changed old vehicle parking mapper to be Stadtnavi
* Added a new Digitransit vehicle parking mapper with no real-time information and less fields
- 2024-01-22: Make `basePath` configurable [#5627](https://github.com/opentripplanner/OpenTripPlanner/pull/5627)
- 2024-01-22: Make `basePath` configurable [#5627](https://github.com/opentripplanner/OpenTripPlanner/pull/5627)
- 2024-02-27: Add layer for flex zones [#5704](https://github.com/opentripplanner/OpenTripPlanner/pull/5704)
Loading

0 comments on commit 621f31f

Please sign in to comment.