Map Patch finetuning

This commit is contained in:
johannrichard 2018-10-28 14:33:28 +01:00
parent db9a7bd7df
commit ccae59e681
1 changed files with 2 additions and 2 deletions

View File

@ -97,12 +97,12 @@ $ http {{ .Host }}/port/8080
}</pre>
{{ end }}
</div>
{{ if .City }}
{{ if .City }}
<div class="pure-u-1 pure-u-md-1-1">
<h2>Map</h2>
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{ .BoxLonLeft }}%2C{{ .BoxLatBottom }}%2C{{ .BoxLonRight }}%2C{{ .BoxLatTop }}&amp;layer=mapnik&amp;marker={{ .Latitude }}%2C{{ .Longitude }}"></iframe>
</div>
{{ end }}
{{ end }}
<div class="pure-u-1 pure-u-md-1-2">
<h2>FAQ</h2>
<h3>How do I force IPv4 or IPv6 lookup?</h3>