Skip to content

Commit

Permalink
Add coverage polygons for IVB
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrause committed Nov 17, 2023
1 parent 3ae5db1 commit 832d5d2
Showing 1 changed file with 91 additions and 4 deletions.
95 changes: 91 additions & 4 deletions data/at/ivb-hafas-mgate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,98 @@
"isProprietary": true
},
"coverage": {
"regularCoverage": {
"region": [ "AT-7" ]
},
"realtimeCoverage": {
"region": [ "AT-7" ]
"region": [ "AT-7" ],
"area": {
"type": "MultiPolygon",
"coordinates": [
[
[
[11.07, 46.71],
[11.2, 46.9],
[11.62, 46.95],
[11.71, 46.91],
[11.73, 46.9],
[12.16, 47.01],
[12.21, 47.04],
[12.16, 47.22],
[12.49, 47.26],
[12.51, 47.27],
[12.72, 47.42],
[12.78, 47.43],
[12.73, 47.6],
[12.72, 47.63],
[12.48, 47.75],
[12.47, 47.76],
[12.33, 47.75],
[12.33, 47.77],
[12.27, 47.82],
[12.15, 47.77],
[12.06, 47.77],
[12.1, 47.67],
[11.63, 47.66],
[11.62, 47.66],
[11.25, 47.46],
[11.01, 47.47],
[10.94, 47.58],
[10.92, 47.6],
[10.47, 47.62],
[10.4, 47.66],
[10.37, 47.43],
[10.13, 47.32],
[10.1, 47.27],
[10.15, 47.15],
[10.04, 46.9],
[10.05, 46.84],
[10.22, 46.8],
[10.26, 46.8],
[10.37, 46.9],
[10.41, 46.84],
[10.42, 46.78],
[10.64, 46.81],
[10.69, 46.73],
[10.72, 46.72],
[10.92, 46.71],
[11.04, 46.7],
[11.07, 46.71]
]
],
[
[
[10.55, 47.65],
[10.36, 47.65],
[10.36, 47.49],
[10.55, 47.49],
[10.55, 47.65]
]
],
[
[
[12.76, 46.64],
[12.77, 46.68],
[13.01, 46.73],
[13.04, 46.8],
[13.01, 46.83],
[12.64, 47.19],
[12.62, 47.19],
[12.38, 47.22],
[12.36, 47.21],
[12.21, 47.13],
[12.07, 47.05],
[12.05, 47.01],
[12.09, 46.86],
[12.13, 46.85],
[12.21, 46.83],
[12.22, 46.75],
[12.24, 46.73],
[12.42, 46.63],
[12.43, 46.62],
[12.75, 46.58],
[12.76, 46.64]
]
]
]
}
}
},
"options": {
Expand Down

0 comments on commit 832d5d2

Please sign in to comment.