- npm updates
- add map-view.component (instead of initializing the map component inside app component)- - add custom zoom control
This commit is contained in:
parent
feab502c1d
commit
53a9cfa0d4
21 changed files with 3322 additions and 3799 deletions
8
src/common/components/zoom-control/zoom.component.html
Normal file
8
src/common/components/zoom-control/zoom.component.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="gba-control-zoom btn-group-vertical map-control">
|
||||
<button type="button" class="button is-light is-small" (click)="zoomIn()">
|
||||
<fa-icon [icon]="faPlus"></fa-icon>
|
||||
</button>
|
||||
<button type="button" class="button is-light is-small" (click)="zoomOut()">
|
||||
<fa-icon [icon]="faMinus"></fa-icon>
|
||||
</button>
|
||||
</div>
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue