new setting: begin drawing a new trail from current location (#592)
* new setting: begin drawing a new trail from current location * apply only when drawing * fix application when editing an existing route * documentation * ignore pointer events on location circles * fix i18n --------- Co-authored-by: Flomp <Flomp@users.noreply.github.com> Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -1504,6 +1504,7 @@
|
||||
waypoints={$formData.expand?.waypoints_via_trail}
|
||||
drawing={drawingActive}
|
||||
showTerrain={true}
|
||||
autoGeolocateOnDrawing={page.params.id === "new"}
|
||||
onmarkerdragend={moveMarker}
|
||||
activeTrail={0}
|
||||
bind:map
|
||||
|
||||
Reference in New Issue
Block a user