blob: f20f63343296aaad01f35eecb8295285b9ed0ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# This file contains overrides for specific bus stops.
# Format:
# stopId: # Numeric ID of the stop to override
# name: # Override the name
# alternateNames: # Additional names for the stop
# metro: # Stop name in
# location: # Override location coordinates
# latitude: # New latitude value
# longitude: # New longitude value
# hide: # Hide the stop from the map and list
# amenities: # List of amenities available at this stop
# - shelter # Marquesina
# - real-time display # Display with real-time information
#6930: # Praza de América 1
# alternateNames:
# intersect: "Praza América - Camelias"
# amenities:
# - shelter
# - real-time display
#14264: # Urzáiz - Príncipe
# alternateNames:
# intersect: "Urzáiz - Príncipe"
# amenities:
# - shelter
# - real-time display
6620: # Policarpo Sanz, 40
location:
latitude: 42.23757846151978
longitude: -8.721031378896738
20193: # Policarpo Sanz, 25
location:
latitude: 42.23767601188501
longitude: -8.721582630122455
5720: # Gregorio Espino, 33
location:
latitude: 42.23004933454558
longitude: -8.706947409683313
5710: # Gregorio Espino, 22
location:
latitude: 42.23003666347398
longitude: -8.707266671978003
5730: # Gregorio Espino, 44
location:
latitude: 42.227850036119314
longitude: -8.708105429626789
5740: # Gregorio Espino, 57
location:
latitude: 42.22783722597372
longitude: -8.707849091551859
#region Hidden stops
20223: # Castrelos (Pavillón) - Final U1
hide: true
20146: # García Barbón 7 - final líneas A y 18A
hide: true
20220: # (Samil) COIA-SAMIL - Final L15A
hide: true
20001: # (Samil) Samil por Beiramar - Final L15B
hide: true
20002: # (Samil) Samil por Torrecedeira - Final L15C
hide: true
20144: # (Samil) Samil por Coia - Final C3D+C3i
hide: true
20145: # (Samil) Samil por Bouzas - Final C3D+C3i
hide: true
#endregion
|