blob: 1a5674cd6ad2f34486e96b5f53519522b69d3afd (
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
|
# 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
|