-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #461 from Maprunner/dev
Release 1.5.8
- Loading branch information
Showing
22 changed files
with
512 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,50 @@ | ||
<div id="rg2-option-controls"> | ||
<div id="rg2-language-select" class="options"> | ||
<label for="rg2-select-language">Language</label> | ||
<select id="rg2-select-language"></select> | ||
</div> | ||
<div id="rg2-dim-spinner" class='options'> | ||
<label for="spn-map-intensity">Map intensity %</label> | ||
<input id="spn-map-intensity" /> | ||
</div> | ||
<div id="rg2-dim-route-spinner" class='options'> | ||
<label for="spn-route-intensity">Route intensity %</label> | ||
<input id="spn-route-intensity" /> | ||
</div> | ||
<div id="rg2-route-width-spinner" class='options'> | ||
<label for="spn-route-width">Route width</label> | ||
<input id="spn-route-width" /> | ||
</div> | ||
<div id="rg2-names-spinner" class='options'> | ||
<label for="spn-name-font-size">Replay label font size</label> | ||
<input id="spn-name-font-size" /> | ||
</div> | ||
<div id="rg2-course-width-spinner" class='options'> | ||
<label for="spn-course-width">Course overprint width</label> | ||
<input id="spn-course-width" /> | ||
</div> | ||
<div id="rg2-control-circle-spinner" class='options'> | ||
<label for="spn-control-circle">Control circle size</label> | ||
<input id="spn-control-circle" /> | ||
</div> | ||
<div id="rg2-snap-toggle" class='options'> | ||
<label for="chk-snap-toggle">Snap to control when drawing</label><input type=checkbox id="chk-snap-toggle"> | ||
</div> | ||
<div id="rg2-show-seconds" class='options'> | ||
<label for="chk-show-three-seconds">Show +3 time loss for GPS routes</label><input type=checkbox id="chk-show-three-seconds"> | ||
</div> | ||
<div id="rg2-show-GPS-speed" class='options'> | ||
<label for="chk-show-GPS-speed">Show GPS speed colours</label><input type=checkbox id="chk-show-GPS-speed"> | ||
</div> | ||
</div> | ||
<div id="rg2-option-controls"> | ||
<div id="rg2-language-select" class="options"> | ||
<label for="rg2-select-language">Language</label> | ||
<select id="rg2-select-language"></select> | ||
</div> | ||
<div id="rg2-dim-spinner" class='options'> | ||
<label for="spn-map-intensity">Map intensity %</label> | ||
<input class="rg2-spinner" id="spn-map-intensity" /> | ||
</div> | ||
<div id="rg2-dim-route-spinner" class='options'> | ||
<label for="spn-route-intensity">Route intensity %</label> | ||
<input class="rg2-spinner" id="spn-route-intensity" /> | ||
</div> | ||
<div id="rg2-route-width-spinner" class='options'> | ||
<label for="spn-route-width">Route width</label> | ||
<input class="rg2-spinner" id="spn-route-width" /> | ||
</div> | ||
<div id="rg2-names-spinner" class='options'> | ||
<label for="spn-name-font-size">Replay label font size</label> | ||
<input class="rg2-spinner" id="spn-name-font-size" /> | ||
</div> | ||
<div id="rg2-course-width-spinner" class='options'> | ||
<label for="spn-course-width">Course overprint width</label> | ||
<input class="rg2-spinner" id="spn-course-width" /> | ||
</div> | ||
<div id="rg2-control-circle-spinner" class='options'> | ||
<label for="spn-control-circle">Control circle size</label> | ||
<input class="rg2-spinner" id="spn-control-circle" /> | ||
</div> | ||
<div id="rg2-snap-toggle" class='options'> | ||
<label for="chk-snap-toggle">Snap to control when drawing</label><input type=checkbox id="chk-snap-toggle"> | ||
</div> | ||
<div id="rg2-show-seconds" class='options'> | ||
<label for="chk-show-three-seconds">Show +3 time loss for GPS routes</label><input type=checkbox | ||
id="chk-show-three-seconds"> | ||
</div> | ||
<div id="rg2-show-GPS-speed" class='options'> | ||
<label for="chk-show-GPS-speed">Show GPS speed colours</label><input type=checkbox id="chk-show-GPS-speed"> | ||
</div> | ||
<div id="rg2-max-speed-spinner" class='options'> | ||
<i title="Fast" class="fa fa-smile rg2-run-green"></i> | ||
<label for="spn-max-speed">min/km</label> | ||
<input class="rg2-spinner" id="spn-max-speed" /> | ||
</div> | ||
<div id="rg2-min-speed-spinner" class="options"> | ||
<i title="Fast" class="fa fa-frown rg2-run-red"></i> | ||
<label for="spn-min-speed">min/km</label> | ||
<input class="rg2-spinner" id="spn-min-speed" /> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.