Skip to content
Snippets Groups Projects
Commit fa848491 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Erste Kartendaten integriert zum Testen

parent 50e54474
No related branches found
No related tags found
2 merge requests!619Development,!528Resolve "Quelle für Suchergebnisse: Nominatim von OpenStreetMap"
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<div class="result row"> <div class="result row">
<div class="col-sm-1"></div> <div class="col-sm-1"></div>
<div class="col-sm-11"> <div class="col-sm-11">
<iframe class="" src="http://148.251.188.34/?q={{ $metager->getQ() }}&controls=off" style="width: 100%; height:0; border:0;"></iframe> <iframe class="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="http://tiles.metager.de/?q={{ $metager->getQ() }}&controls=false&limit=3" style="width: 100%; height:0; border:0; display:inherit;"></iframe>
</div> </div>
</div> </div>
@foreach($metager->getResults() as $result) @foreach($metager->getResults() as $result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment