diff --git a/src/app/cartography/map/map.component.ts b/src/app/cartography/map/map.component.ts index 852cfbd8..499730ed 100644 --- a/src/app/cartography/map/map.component.ts +++ b/src/app/cartography/map/map.component.ts @@ -83,7 +83,7 @@ export class MapComponent implements OnInit, OnChanges, OnDestroy { this.svg = rootElement.select('svg'); - this.graphContext = new Context(); + this.graphContext = new Context(true); if (this.windowFullSize) { this.graphContext.setSize(this.getSize());