diff --git a/website/src/lib/components/toolbar/tools/routing/routing-controls.ts b/website/src/lib/components/toolbar/tools/routing/routing-controls.ts index b590f56a8..fc832265c 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing-controls.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing-controls.ts @@ -85,7 +85,7 @@ export class RoutingControls { this.file = file; for (let zoom = MIN_ANCHOR_ZOOM; zoom <= MAX_ANCHOR_ZOOM; zoom++) { this.layers.set(zoom, { - id: `routing-controls-${zoom}`, + id: `routing-controls-${this.fileId}-${zoom}`, anchors: [], }); }