Changed maps urls to satellite view

This commit is contained in:
Frank Schubert
2021-09-16 20:39:46 +02:00
parent d0812c8993
commit 1173ffa7eb
2 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,7 @@
<div class="col-lg-2">
</div>
<div class="col-lg-10">
<a href="https://www.google.com/maps/search/?api=1&query=<?=$building->gps_lat?>,<?=$building->gps_long?>" target="_blank"><i class="fas fa-external-link-alt"></i> Auf Google Maps öffnen</a>
<a href="https://maps.google.com/maps?t=k&q=loc:<?=$building->gps_lat?>+<?=$building->gps_long?>" target="_blank"><i class="fas fa-external-link-alt"></i> Auf Google Maps öffnen</a>
</div>
</div>