master
parent
c1dbdfc7f3
commit
0668b3e4b4
|
@ -81,12 +81,12 @@
|
||||||
<div class="card d-none address">
|
<div class="card d-none address">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-5">
|
<div class="col-12 col-md-5">
|
||||||
<img style="width: 150px" data-src="$image" alt="">
|
<img class="img-fluid rounded" data-src="$image" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-12 col-md-7">
|
||||||
<h3 class="fs-6 m-0">$title</h3>
|
<h3 class="fs-6 mt-2">$title</h3>
|
||||||
<!-- <a data-href="$path">Ansehen</a> -->
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -97,6 +97,8 @@
|
||||||
<div id="marker-window" class="d-none">
|
<div id="marker-window" class="d-none">
|
||||||
<h6 id="firstHeading" class="firstHeading">$title</h6>
|
<h6 id="firstHeading" class="firstHeading">$title</h6>
|
||||||
<div id="bodyContent">
|
<div id="bodyContent">
|
||||||
|
<img class="img-fluid rounded" data-src="$image" alt="">
|
||||||
|
|
||||||
<p>$description</p>
|
<p>$description</p>
|
||||||
<a data-href="$path" style="outline: none;">Details</a>
|
<a data-href="$path" style="outline: none;">Details</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -171,7 +173,7 @@
|
||||||
|
|
||||||
markerCluster = new MarkerClusterer(map, markers);
|
markerCluster = new MarkerClusterer(map, markers);
|
||||||
markerCluster.setStyles([{
|
markerCluster.setStyles([{
|
||||||
url: 'http://localhost/maps-theme/public/template/cluster.png',
|
url: '/template/cluster.png',
|
||||||
height: 40,
|
height: 40,
|
||||||
width: 40,
|
width: 40,
|
||||||
textSize: 14,
|
textSize: 14,
|
||||||
|
|
Loading…
Reference in New Issue