OpenTripPlanner/doc/user/examples/skanetrafiken/build-config.json
2024-07-24 15:36:14 +02:00

20 lines
505 B
JSON

{
"areaVisibility": true,
"platformEntriesLinking": true,
"osmDefaults": {
"osmTagMapping": "norway"
},
"islandPruning": {
"islandWithoutStopsMaxSize": 5,
"islandWithStopsMaxSize": 5
},
"dataImportReport": true,
"maxTransferDuration": "15m",
"maxStopToShapeSnapDistance": 500,
"netexDefaults" : {
"sharedFilePattern" : "ST_stops.xml",
"sharedGroupFilePattern" : "(\\w{2})_shared_data.xml",
"groupFilePattern" : "(\\w{2})_line.*\\.xml",
"feedId": "ST"
}
}