small language improvements
This commit is contained in:
parent
f48dc91ae6
commit
269bbd103d
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ When enabled, the routing engine will consider private roads when computing rout
|
||||||
<DocsNote type="warning">
|
<DocsNote type="warning">
|
||||||
|
|
||||||
Only use this option if you have local knowledge of the area and have permission to use the roads in question.
|
Only use this option if you have local knowledge of the area and have permission to use the roads in question.
|
||||||
|
|
||||||
</DocsNote>
|
</DocsNote>
|
||||||
|
|
||||||
## Plotting and editing routes
|
## Plotting and editing routes
|
||||||
|
@ -81,4 +81,4 @@ Return to the starting point by the same route.
|
||||||
|
|
||||||
### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Change the start of the loop
|
### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Change the start of the loop
|
||||||
|
|
||||||
When the endpoint of the route is close enough to the start, you can change the start of the loop by clicking on any anchor point and selecting <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Start loop here</button> from the context menu.
|
When the end point of the route is close enough to the start, you can change the start of the loop by clicking on any anchor point and selecting <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Start loop here</button> from the context menu.
|
|
@ -141,7 +141,7 @@
|
||||||
"from": "The start point is too far from the nearest road",
|
"from": "The start point is too far from the nearest road",
|
||||||
"via": "The via point is too far from the nearest road",
|
"via": "The via point is too far from the nearest road",
|
||||||
"to": "The end point is too far from the nearest road",
|
"to": "The end point is too far from the nearest road",
|
||||||
"timeout": "The routing request took too long, try adding points closer together"
|
"timeout": "Route calculation took too long, try adding points closer together"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scissors": {
|
"scissors": {
|
||||||
|
|
Loading…
Reference in a new issue