If a preset has a spot for the maxspeed tag, it uses a number +/-. A few issues come from that:
- If a value contains more than numbers (such as
mph), the +/- do nothing. - Speed limits are often incremented in fives. When using +/- it should go up/down by 5. A user can always tap to manually insert a more precise value if needed.
- A toggle for
mphandkmhshould be present in preferences which appendsmphif chosen to the speed limit value.
If a preset has a spot for the `maxspeed` tag, it uses a number +/-. A few issues come from that:
- If a value contains more than numbers (such as `mph`), the +/- do nothing.
- Speed limits are often incremented in fives. When using +/- it should go up/down by 5. A user can always tap to manually insert a more precise value if needed.
- A toggle for `mph` and `kmh` should be present in preferences which appends `mph` if chosen to the speed limit value.