You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Documentation/Manual/software-platform.rst
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,10 @@ A number of web-pages are included in the Open Rails installation as examples of
124
124
what can be done with the APIs.
125
125
126
126
Some of these sample pages repeat data from the in-game panels to provide a more convenient display.
127
+
The sample pages can be found in the ``Content\Web`` subfolder of the OR
128
+
program folder and the web server defaults to ``Content\Web\index.html``.
129
+
130
+
If you choose to develop your own pages, please consider sharing them with the Open Rails community.
127
131
128
132
- The HUD web page repeats the F5 overlay.
129
133
@@ -139,17 +143,10 @@ Some of these sample pages repeat data from the in-game panels to provide a more
139
143
140
144
.. image:: images/web-page-clock.png
141
145
142
-
- The Map page shows the position and direction of the train in the real world on the
143
-
`OpenRailwayMap <https://www.openrailwaymap.org/`_. Different OpenRailwayMap layers are available.
146
+
- The Map page shows the position and direction of the train in the real world on the OpenRailwayMap https://www.openrailwaymap.org. Different OpenRailwayMap layers are available. Usability depends on the route, position of the train is not always 100% correct.
144
147
145
148
.. image:: images/web-page-map.png
146
149
147
-
148
-
The sample pages can be found in the ``Content\Web`` subfolder of the OR
149
-
program folder and the web server defaults to ``Content\Web\index.html``.
150
-
151
-
If you choose to develop your own pages, please consider sharing them with the Open Rails community.
152
-
153
150
.. _web-server-api:
154
151
155
152
Application Programming Interfaces (APIs)
@@ -191,6 +188,11 @@ Note: To avoid overloading the simulator, please keep API calls to once or twice
191
188
- | ``/API/TIME``
192
189
- | Retrieves just the simulation time in seconds since midnight.
0 commit comments