Conditions | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | def get_area_boundary() -> str: |
||
12 | def get_route_relations() -> str: |
||
13 | # future: replace lines below when https://github.com/drolbr/Overpass-API/issues/146 is closed |
||
14 | # relation["route"="railway"]["ref"]["operator"~"(^MÁV(?=;))|((?<=;)MÁV(?=;))|((?<=;)MÁV$)"](area.country); |
||
15 | # relation["route"="railway"]["ref"]["operator"~"(^GYSEV(?=;))|((?<=;)GYSEV(?=;))|((?<=;)GYSEV$)"](area.country); |
||
16 | return """ |
||
17 | ( |
||
58 |