Skip to content

Commit

Permalink
Add more Austrian regional Hafas endpoints
Browse files Browse the repository at this point in the history
Those are the ones from KPublicTransport not covered by PR#7 yet.
  • Loading branch information
vkrause committed Jan 26, 2021
1 parent d03e966 commit 6d9342a
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/at/ooevv-hafas-mgate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Oberösterreichischer Verkehrsverbund (OÖVV)",
"coverage": {
"realtimeCoverage": {
"area": {
"coordinates": [
[ [ 12.6675, 48.0845 ], [ 13.6613, 48.8819 ], [ 15.4156, 48.3973 ], [ 13.9864, 47.1644 ], [ 12.6675, 48.0845 ] ]
],
"type": "Polygon"
},
"region": [ "AT-4" ]
}
},
"options": {
"auth": {
"aid": "and20201hf7mcf9bv3nv8g5f",
"pw": "87a6f8ZbnBih32",
"type": "USER",
"user": "mobile"
},
"client": {
"id": "VAO",
"l": "vs_ooevv",
"type": "AND"
},
"endpoint": "https://app.verkehrsauskunft.at/bin/mgate.exe",
"ext": "VAO.11",
"micMacSalt": "6633673735743766726667323938336A",
"ver": "1.27"
},
"supportedLanguages": [ "de", "en" ],
"timezone": "Europe/Vienna",
"type": {
"hafasMgate": true
}
}
36 changes: 36 additions & 0 deletions data/at/vor-hafas-mgate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Verkehrsverbund Ostregion (VOR)",
"coverage": {
"realtimeCoverage": {
"area": {
"coordinates": [
[ [ 14.3352, 47.9871 ], [ 16.2767, 46.6744 ], [ 17.574, 48.5545 ], [ 14.9609, 49.2139 ], [ 14.3352, 47.9871 ] ]
],
"type": "Polygon"
},
"region": [ "AT-3", "AT-9" ]
}
},
"options": {
"auth": {
"aid": "and20201hf7mcf9bv3nv8g5f",
"pw": "87a6f8ZbnBih32",
"type": "USER",
"user": "mobile"
},
"client": {
"id": "VAO",
"l": "vs_vor",
"type": "AND"
},
"endpoint": "https://anachb.vor.at/bin/mgate.exe",
"ext": "VAO.11",
"micMacSalt": "6633673735743766726667323938336a",
"ver": "1.27"
},
"supportedLanguages": [ "de", "en" ],
"timezone": "Europe/Vienna",
"type": {
"hafasMgate": true
}
}
36 changes: 36 additions & 0 deletions data/at/vvv-hafas-mgate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Verkehrsverbund Vorarlberg (VVV)",
"coverage": {
"realtimeCoverage": {
"area": {
"coordinates": [
[ [ 9.5377, 47.5847 ], [ 10.2702, 47.6116 ], [ 10.1613, 46.8297 ], [ 9.4614, 47.0601 ], [ 9.5377, 47.5847 ] ]
],
"type": "Polygon"
},
"region": [ "AT-8" ]
}
},
"options": {
"auth": {
"aid": "and20201hf7mcf9bv3nv8g5f",
"pw": "87a6f8ZbnBih32",
"type": "USER",
"user": "mobile"
},
"client": {
"id": "VAO",
"l": "vs_vvv",
"type": "AND"
},
"endpoint": "https://fahrplan.vmobil.at/bin/mgate.exe",
"ext": "VAO.11",
"micMacSalt": "6633673735743766726667323938336A",
"ver": "1.27"
},
"supportedLanguages": [ "de", "en" ],
"timezone": "Europe/Vienna",
"type": {
"hafasMgate": true
}
}

0 comments on commit 6d9342a

Please sign in to comment.