Skip to content

Commit

Permalink
Speed signals Belgium (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie authored Mar 31, 2024
1 parent 392ea1f commit ea20821
Show file tree
Hide file tree
Showing 15 changed files with 164 additions and 0 deletions.
9 changes: 9 additions & 0 deletions import/sql/tile_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@ CREATE OR REPLACE VIEW speed_railway_signals AS

WHEN feature = 'AT-V2:ek-sicht_pfeiftafel' AND signal_speed_limit_form = 'sign' THEN 'at/ek-sicht-pfeiftafel'

-- BE --

-- BE speed limit light (part of main signal)
WHEN feature = 'BE:VIS' AND signal_speed_limit_form = 'light' THEN
CASE
WHEN signal_speed_limit_speed IS NULL THEN 'be/chiffre-vitesse-empty'
WHEN signal_speed_limit_speed ~ '^([4-9]0)$' THEN CONCAT('be/chiffre-vitesse-', signal_speed_limit_speed)
END

-- CH --

-- Vorsignal verminderte Geschwindigkeit
Expand Down
20 changes: 20 additions & 0 deletions symbols/be/2J.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions symbols/be/R-B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions symbols/be/R.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions symbols/be/V.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ea20821

Please sign in to comment.