Zoom buttons added

This commit is contained in:
Piotr Pekala
2019-04-03 03:31:14 -07:00
parent c3d8fd2399
commit 3c05b47032
8 changed files with 110 additions and 5 deletions

View File

@ -43,6 +43,7 @@ import { Project } from '../../models/project';
import { MovingEventSource } from '../../cartography/events/moving-event-source';
import { CapturingSettings } from '../../models/capturingSettings';
import { LinkWidget } from '../../cartography/widgets/link';
import { MapScaleService } from '../../services/mapScale.service';
export class MockedProgressService {
public activate() {}
@ -216,6 +217,7 @@ describe('ProjectMapComponent', () => {
provide: RecentlyOpenedProjectService,
useClass: RecentlyOpenedProjectService
},
{ provide: MapScaleService }
],
declarations: [ProjectMapComponent, D3MapComponent, ...ANGULAR_MAP_DECLARATIONS],
schemas: [NO_ERRORS_SCHEMA]