blob: 0b9644acf7d6da4699f5812e678944e15af3f6ba [file] [log] [blame]
<!-------------------------------------------------------------------------------
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
-------------------------------------------------------------------------------->
<div class="map">
<div #appLeaflet="appLeaflet"
(appLatLngZoomChange)="select($event)"
[appDisabled]="appDisabled"
[appView]="appValue | stringToLatLngZoom"
appLeaflet
class="map--leaflet">
<ng-container appLeafletCenterMarker>
</ng-container>
</div>
<app-action-button
(appClick)="appActionButtonClick.emit(appLeaflet.getBounds())"
*ngIf="appActionButtonLabel"
[appDisabled]="appDisabled"
[appIcon]="'my_location'"
class="map--action-button openk-info">
{{appActionButtonLabel}}
</app-action-button>
</div>
<label *ngIf="appSubCaption" class="sub-caption">
{{appSubCaption}}
</label>