Merge branch 'master' into 'photon-geocoder'

# Conflicts:
#   src/app/app.component.ts
This commit is contained in:
Janis Meister
2022-01-14 08:32:56 +00:00
9 changed files with 165 additions and 79 deletions

View File

@@ -18,7 +18,7 @@ import ZoomToExtent from 'ol/control/ZoomToExtent';
styleUrls: ['./app.component.css', '../../node_modules/ol/ol.css']
})
export class AppComponent implements AfterViewInit, OnInit {
export class AppComponent implements AfterViewInit {
title = "Street Map";
map: Map;