From eb6d97eb3905cf1baa85ce40c19c8467b5cf75da Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 29 Jun 2025 00:20:58 +0200 Subject: Update amenities in README and add amenities.yaml for bus stop overrides --- data/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/README.md') diff --git a/data/README.md b/data/README.md index dd1da79..6aa2e10 100644 --- a/data/README.md +++ b/data/README.md @@ -15,7 +15,7 @@ stopId: # Numeric ID of the stop to override hide: # Hide the stop from the map and list (boolean) amenities: # List of amenities available at this stop (list) - shelter - - real-time display + - display ``` ## Field Descriptions @@ -27,7 +27,7 @@ stopId: # Numeric ID of the stop to override - **latitude** (float): Override latitude coordinate. - **longitude** (float): Override longitude coordinate. - **hide** (boolean): Set to `true` to exclude the stop from maps and listings. -- **amenities** (array of strings): Amenities available at this stop, such as `shelter` or `real-time display`. For now, only those two will be supported in the app. +- **amenities** (array of strings): Amenities available at this stop, such as `shelter` or `display`. For now, only those two will be supported in the app. ## Example @@ -43,4 +43,4 @@ stopId: # Numeric ID of the stop to override amenities: - shelter - real-time display -``` \ No newline at end of file +``` -- cgit v1.3