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: CONTRIBUTING.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,21 @@ Open a pull request where you provide details about the new railway signals. Ens
128
128
129
129
*To be documented...*
130
130
131
+
## I want to visualize a new loading gauge on the map
132
+
133
+
Edit the file [`features/loading_gauge.yaml`](https://github.com/hiddewie/OpenRailwayMap-vector/edit/master/features/loading_gauge.yaml).
134
+
135
+
The file contains a list of loading gauges, each with a value (the value of the `loading_gauge` tag), a legend and a color.
136
+
137
+
Add a new entry at a certain place in the list. The value is the `loading_gauge` tag value. The `legend` will be used as a description in the legend. For example:
Open a pull request where you provide details about the new loading gauge. Ensure the pull request contains references to documentation and places on the map where the loading gauge exists.
145
+
131
146
## I want to improve the user interface
132
147
133
148
The HTML, Javascript and CSS of the user interface are located in the [proxy](https://github.com/hiddewie/OpenRailwayMap-vector/tree/master/proxy) directory.
0 commit comments