1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Making small map right side rounded #587 #647

This commit is contained in:
Patrik J. Braun 2023-03-21 09:26:08 +01:00
parent e7ffa5692f
commit ce6b81c229

View File

@ -1,7 +1,7 @@
<app-gallery-map-lightbox [photos]="photos" [gpxFiles]="gpxFiles"></app-gallery-map-lightbox> <app-gallery-map-lightbox [photos]="photos" [gpxFiles]="gpxFiles"></app-gallery-map-lightbox>
<div class="clickable" id="map" #map> <div class="clickable" id="map" #map>
<div <div
class="leaflet-map" class="leaflet-map rounded-end-2"
leaflet leaflet
[leafletOptions]="options" [leafletOptions]="options"
[leafletLayers]="markerLayer" [leafletLayers]="markerLayer"