diff --git a/package-lock.json b/package-lock.json index 7bdae019ab..a378edd6f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5574,7 +5574,7 @@ }, "node_modules/scheme-sketcher-lib": { "version": "0.0.1", - "resolved": "git+ssh://git@github.com/acteng/scheme-sketcher-lib.git#c8754a8d97ac396435db680b5c9ab3e47a6e7ec9", + "resolved": "git+ssh://git@github.com/acteng/scheme-sketcher-lib.git#f283f7f41465ca7bb394b9c5c946c10b331b96b3", "dependencies": { "@maptiler/geocoding-control": "^1.3.1", "@turf/mask": "^7.0.0", diff --git a/src/routes/route_check/route_map/+page.svelte b/src/routes/route_check/route_map/+page.svelte index 16b043873b..45bc39a811 100644 --- a/src/routes/route_check/route_map/+page.svelte +++ b/src/routes/route_check/route_map/+page.svelte @@ -1,13 +1,30 @@
- LineStrings in the Network Map cover a total of - {lengthHint.toFixed(2)} - - kilometers. Depending what that map represents, you can use this value directly, - or hover on a piece of route on the map to see its individual length. -
- {/if} + {#if drawingRoute} ++ Currently drawing a route in {routeAuthority.properties.name} ({routeAuthority + .properties.level})) +
+ {/if} + ++ LineStrings in the Network Map cover a total of + {lengthHint.toFixed(2)} + + kilometers +
+ {/if} + +- Currently drawing a route in {routeAuthority.properties.name} ({routeAuthority - .properties.level})) -
-{/if} - -{#key url} - {#if url} -