Skip to content

Commit

Permalink
speed limits: sign / light
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Nov 30, 2024
1 parent 3cca2aa commit 8dc2477
Show file tree
Hide file tree
Showing 15 changed files with 129 additions and 84 deletions.
40 changes: 26 additions & 14 deletions features/speed_railway_signals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,43 +690,55 @@ speed_railway_signals:
icon:
match: 'railway:signal:speed_limit_distant:speed'
cases:
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_distant_sign-{}', example: 'nl/speed_limit_distant_sign-70' }
default: 'nl/speed_limit_distant_sign-empty'
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/313-{}', example: 'nl/313-80' }
default: 'nl/313-empty'
tags:
- { tag: 'railway:signal:speed_limit_distant', value: 'NL' }
- { tag: 'railway:signal:speed_limit_distant', value: 'NL:313' }
- { tag: 'railway:signal:speed_limit_distant:form', value: 'sign' }

- description: distant speed limit (light)
- description: speed limit (sign)
country: NL
type: line
icon:
match: 'railway:signal:speed_limit_distant:speed'
match: 'railway:signal:speed_limit:speed'
cases:
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_distant_light-{}', example: 'nl/speed_limit_distant_light-70' }
default: 'nl/speed_limit_distant_light-empty'
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/314-{}', example: 'nl/314-70' }
default: 'nl/314-empty'
tags:
- { tag: 'railway:signal:speed_limit_distant', value: 'NL' }
- { tag: 'railway:signal:speed_limit_distant:form', value: 'light' }
- { tag: 'railway:signal:speed_limit', value: 'NL:314' }
- { tag: 'railway:signal:speed_limit:form', value: 'sign' }

- description: speed limit (sign)
- description: speed limit increase (sign)
country: NL
type: line
icon:
match: 'railway:signal:speed_limit:speed'
cases:
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_sign-{}', example: 'nl/speed_limit_sign-70' }
default: 'nl/speed_limit_sign-empty'
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/316-{}', example: 'nl/316-130' }
default: 'nl/316-empty'
tags:
- { tag: 'railway:signal:speed_limit', value: 'NL' }
- { tag: 'railway:signal:speed_limit', value: 'NL:316' }
- { tag: 'railway:signal:speed_limit:form', value: 'sign' }

- description: distant speed limit (light)
country: NL
type: line
icon:
match: 'railway:signal:speed_limit_distant:speed'
cases:
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_light-{}', example: 'nl/speed_limit_light-60' }
default: 'nl/speed_limit_light-empty'
tags:
- { tag: 'railway:signal:speed_limit_distant', value: 'NL:313' }
- { tag: 'railway:signal:speed_limit_distant:form', value: 'light' }

- description: speed limit (light)
country: NL
type: line
icon:
match: 'railway:signal:speed_limit:speed'
cases:
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_light-{}', example: 'nl/speed_limit_light-70' }
- { regex: '^[1-9]0|1[0-9]0$', value: 'nl/speed_limit_light-{}', example: 'nl/speed_limit_light-60' }
default: 'nl/speed_limit_light-empty'
tags:
- { tag: 'railway:signal:speed_limit', value: 'NL' }
Expand Down
9 changes: 9 additions & 0 deletions symbols/nl/282-40.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions symbols/nl/282.svg

This file was deleted.

8 changes: 8 additions & 0 deletions symbols/nl/282a-40.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions symbols/nl/282a.svg

This file was deleted.

5 changes: 5 additions & 0 deletions symbols/nl/313-80.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions symbols/nl/313-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions symbols/nl/314-70.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 8dc2477

Please sign in to comment.