osrm service, ol geojson interface, ol service

This commit is contained in:
Janis Meister
2022-01-19 13:38:49 +01:00
parent 42043fd7b5
commit 9f69b555db
16 changed files with 208 additions and 35 deletions

View File

@@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { OpenLayersService } from './open-layers.service';
describe('OpenLayersService', () => {
let service: OpenLayersService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(OpenLayersService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});