aboutsummaryrefslogtreecommitdiff
path: root/data/vigo/overrides/example-new-stops.yaml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-07 11:04:43 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-07 11:04:43 +0100
commit86ceab13fa9eab173522d67e5917c90840fb563f (patch)
tree14486b3c8e0ac437b7bb5e5b1ad68e484b89a667 /data/vigo/overrides/example-new-stops.yaml
parent1186795ace3075e309f984182951f47212786444 (diff)
Remove outdated stop overrides and examples for Vigo transit data
Diffstat (limited to 'data/vigo/overrides/example-new-stops.yaml')
-rw-r--r--data/vigo/overrides/example-new-stops.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/data/vigo/overrides/example-new-stops.yaml b/data/vigo/overrides/example-new-stops.yaml
deleted file mode 100644
index 6937471..0000000
--- a/data/vigo/overrides/example-new-stops.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-# Example: Adding a new stop using the 'new' parameter
-# New stops are added directly in override files with new: true
-
-# Example 1: New stop with basic information (commented out to avoid affecting production)
-# 99001:
-# new: true
-# name: "New Development Stop"
-# location:
-# latitude: 42.229188
-# longitude: -8.722469
-# lines:
-# - "5"
-# - "12"
-# amenities:
-# - shelter
-
-# Example 2: New stop with alert information
-# 99002:
-# new: true
-# name: "Temporary Event Stop"
-# location:
-# latitude: 42.230000
-# longitude: -8.723000
-# lines:
-# - "EVENT"
-# title: "Special Event Stop"
-# message: "This stop is active during special events only."
-
-# Note: The 'new: true' parameter tells the system to create a new stop.
-# This parameter is automatically removed after the stop is added to the dataset.
-# Choose stop IDs in the 90000+ range to avoid conflicts with existing stops.