feat: add map module

This commit is contained in:
Jovan Krunić
2021-07-13 07:57:09 +00:00
parent d696215d08
commit c1c9a92ec9
44 changed files with 2138 additions and 93 deletions

View File

@@ -0,0 +1,16 @@
<div
class="map-container"
(leafletMapReady)="onMapReady($event)"
leaflet
[leafletOptions]="options"
></div>
<div class="map-buttons">
<ion-button
color="light"
shape="round"
size="small"
[routerLink]="['/map', place.uid]"
>
<ion-icon name="expand"></ion-icon>
</ion-button>
</div>