Skip to content

Commit 3d57a42

Browse files
committed
documentation
1 parent 99f7c0c commit 3d57a42

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,21 @@ Open a pull request where you provide details about the new railway signals. Ens
128128

129129
*To be documented...*
130130

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:
138+
```yaml
139+
loading_gauges:
140+
- { value: 'TSI_GA', legend: 'GA', color: 'blue' }
141+
# ...
142+
```
143+
144+
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+
131146
## I want to improve the user interface
132147

133148
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

Comments
 (0)