Lastly, is there a guide for what renders in ORM and what
doesn't?
Use the source, Luke! Have a look at the bug tracker, several things that are
missing are just missing because noone ever cared to implement it..
It might
be helpful since sometimes I add something yet it takes a few days for ORM
to update so it's hard to know in advance what will render. Things that
I've realized won't render: funiculars and funicular stations (they're
there but no highlighting),
This is intentional, we don't consider them railway:
https://github.com/OpenRailwayMap/OpenRailwayMap-CartoCSS/blob/
cd2a50634e6d8747ee689258cc431c6931fed1da/standard_labels.mss#L43
abandoned:railway=station (would be nice to see
some of the historic stops and terminals, maybe rendered with a
strikethrough without the blue text), railway=preserved (the entire
Strasburg Railroad wasn't rendering and it's a freight shortline as well as
a tourist line, I switched it to railway=rail, usage=branch,
railway:preserved=yes which worked rather nicely),
https://github.com/OpenRailwayMap/OpenRailwayMap-CartoCSS/issues/7
signal_boxes, signals,
https://www.openrailwaymap.org/?
lat=52.29524733743353&lon=9.635098278522491&zoom=18&style=signals
What is correct that no _UK_ (or _US_) signals are rendered. In fact only DE,
AT, and FI are supported. This is just because at least a defined tagging
scheme for all of the possible signals or the implementation in the MapCSS and
CartoCSS styles is missing.
defect detectors (and we should add defect_detector:high_car yes/no
as an
allowed tag),
Not implemented.
tunnel names (but bridge areas seem to render; it would be
nice to "tag" the Howard Street Tunnel especially since it's right under a
light rail line),
https://www.openrailwaymap.org/?
lat=52.1280282306381&lon=9.872835874557493&zoom=16&style=standard
turntable "areas" (possibly even turntables themselves),
Looks like this was broken by switching to CartoCSS, or the latest fix is not
yet deployed on the server yet.
switches,
https://www.openrailwaymap.org/?
lat=52.15820687474143&lon=9.946752190589905&zoom=17&style=standard
buffer stops
Correct, only the attached signals (Sh0 or Sh2 signs in Germany) are rendered.
Things I'm not totally sure will render:
railway=workshop, railway=interlocking
They will not render, no rendering rules for them.
Eike