PL signalling - pointers, their position on light signals, rendering #259
Closed
Anasmasuris
started this conversation in
Tagging and rendering
Replies: 2 comments 2 replies
-
For the 2. point, I made a chart for deciding, which graphic should be rendered. I hope it could be helpful, but I guess the regex works much more different: |
Beta Was this translation helpful? Give feedback.
1 reply
-
All changes should be present in my pull request, so I think I can close this discussion |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I tried to edit the code myself, but I couldn't overcome it
I've uploaded more precise SVG files for W18 (station_distant), W19 and W20 (braking_distance), W24 (wrong_road), W32 (stop with given length) pointers: https://wiki.openstreetmap.org/wiki/Pl:OpenRailwayMap/Tagging_in_Poland/Pointers (also available at commons.wikimedia)
For W20 the sufficient factor is
railway:signal:...:shortened
=yesFor W19 the sufficient factor is
railway:signal:braking_distance
=PL-PKP:w19 (notice, there could be a combination PL-PKP:w19;PL-PKP:w20)main
andcombined
are the same, the number of light cells depends only on the states. 2-cell signal can have onlymain
, while 3-cell can have bothcombined
ormain
. 4- and 5- must havecombined
. Thus below I've written the limiting factors for all existing types of light semaphores:main
+ (S2 or S5)where SX stands for
PL-PKP:sx
state and PL-PKP:sz stands forrailway:signal:...:substitute_signal=PL-PKP:sz
formain
orcombined
signalIf that could work, then the legend could be divided into 4 groups of light semaphores
ZTM-MW
prefix toPL-metro
Thank you for your hard work
Anas masuris
Beta Was this translation helpful? Give feedback.
All reactions