mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-08 09:00:57 +02:00
20 lines
505 B
JSON
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"
|
|
}
|
|
}
|