Pre-merge of Dev into Dev flex#24
Conversation
Replaced endsWith with equals to avoid unwanted matches e.g. stop_areas.txt being used instead of areas.txt
… generic unit tests which uses
…ator with OS derived reference Test should now work on Linux
…atch what will be provided):
…entities will be returned
… the route network table The route id is unique to the route table has well. This prevents duplicate key failures
… export to separate files
… test to include stop area ids
…cations to check subdirectories
Merge stop areas into stops
|
@miles-grant-ibigroup are you happy this works OK with the UI dev-flex branch after you merged that? |
There's definitely issues, but they all seem datatools-server related rather than gtfs-lib related. |
binh-dam-ibigroup
left a comment
There was a problem hiding this comment.
Could you address the two places where the merge is not clean?
|
I believe these latest changes fix the table update script |
| "error_id" : 2, | ||
| "error_type" : "GEO_JSON_PARSING", | ||
| "line_number" : null | ||
| }, { |
There was a problem hiding this comment.
We didn't add multiline or multipolygon support in the dev branch, did we?
There was a problem hiding this comment.
MultiPolygon, Polygon and MultiLineString types aren't supported yet. See:
There was a problem hiding this comment.
Okay, I see you opted to remove those tests.
binh-dam-ibigroup
left a comment
There was a problem hiding this comment.
Things seem to be working smoothly in dt-server!
…es to the table in order list
|
@br648 and @miles-grant-ibigroup FYI I'm trying to hunt a change that we made with Fares V2 on the dev branch that broke the GraphQL query for route details, patterns, ... from the feed summary page in DT. |
Fix missing fare leg join rules table
Fix GraphQL Schema for Querying Trip Frequencies
Checklist
devbefore they can be merged tomaster)Description
PR to allow testing of dev-flex with dev merged prior to actually merging dev into dev-flex.