aboutsummaryrefslogtreecommitdiff
path: root/data/README.md
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-29 00:20:58 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-29 00:20:58 +0200
commiteb6d97eb3905cf1baa85ce40c19c8467b5cf75da (patch)
treeedefc0d67d30ba68ffdd79d3dcf53b04558e827a /data/README.md
parent04a6c90091a88ddfce5b6c27a7a506404e821f0e (diff)
Update amenities in README and add amenities.yaml for bus stop overrides
Diffstat (limited to 'data/README.md')
-rw-r--r--data/README.md6
1 files changed, 3 insertions, 3 deletions
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
+```