9 lines
No EOL
456 B
HTML
9 lines
No EOL
456 B
HTML
<app-map [mapId]="'map'" [mapOptions]="mapOptions" [serviceUrl]="providerUrl" [baseMaps]="baseMaps"
|
|
(onSelected)="onStationSelected($event)" (onMapInitializedEvent)="onMapInitialized($event)"></app-map>
|
|
<!-- <span>{{ name }} app is running!</span> -->
|
|
|
|
<!-- <div>
|
|
<n52-station-map-selector [mapId]="'timeseries'" [serviceUrl]="providerUrl"
|
|
[mapOptions]="mapOptions"></n52-station-map-selector>
|
|
</div>
|
|
<div>Is loading: {{loadingStations}}</div> --> |