forked from Bunteshaus/bunteshaus.de
openstreetmap in contact
This commit is contained in:
parent
429040dd9e
commit
2000c05461
|
@ -3,3 +3,6 @@ title: "Kontakt"
|
|||
layout: "contact"
|
||||
---
|
||||
Konzerte: konzerte@bunteshaus.de
|
||||
|
||||
Anfahrt:
|
||||
{{< osm mapName="buha_754362" >}}
|
||||
|
|
23
themes/buha/layouts/shortcodes/osm.html
Normal file
23
themes/buha/layouts/shortcodes/osm.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
{{ $mapName := .Get "mapName" }}
|
||||
|
||||
{{ $mapWidth := .Get "mapWidth" | default "100%" }}
|
||||
{{ $mapHeight := .Get "mapHeight" | default "600px" }}
|
||||
|
||||
{{ $scaleControl := .Get "scaleControl" | default "true" }}
|
||||
{{ $miniMap := .Get "miniMap" | default "false" }}
|
||||
{{ $scrollWheelZoom := .Get "scrollWheelZoom" | default "true" }}
|
||||
{{ $zoomControl := .Get "zoomControl" | default "true" }}
|
||||
{{ $allowEdit := .Get "allowEdit" | default "false" }}
|
||||
{{ $moreControl := .Get "moreControl" | default "true" }}
|
||||
{{ $searchControl := .Get "searchControl" | default "true" }}
|
||||
{{ $tilelayersControl := .Get "tilelayersControl" | default "null" }}
|
||||
{{ $embedControl := .Get "embedControl" | default "null" }}
|
||||
{{ $datalayersControl := .Get "datalayersControl" | default "true" }}
|
||||
{{ $onLoadPanel := .Get "onLoadPanel" | default "none" }}
|
||||
{{ $captionBar := .Get "captionBar" | default "true" }}
|
||||
|
||||
{{ $scale := .Get "scale" }}
|
||||
{{ $coordX := .Get "coordX" }}
|
||||
{{ $coordY := .Get "coordY" }}
|
||||
|
||||
<iframe width="{{ $mapWidth }}" height="{{ $mapHeight }}" frameBorder="0" src="https://umap.openstreetmap.fr/en/map/{{- $mapName -}}?scaleControl={{ $scaleControl }}&miniMap={{ $miniMap }}&scrollWheelZoom={{ $scrollWheelZoom }}&zoomControl={{ $zoomControl }}&allowEdit={{ $allowEdit }}&moreControl={{ $moreControl }}&searchControl={{ $searchControl }}&tilelayersControl={{ $tilelayersControl }}&embedControl={{ $embedControl }}&datalayersControl={{ $datalayersControl }}&onLoadPanel={{ $onLoadPanel }}&captionBar={{ $captionBar }}{{ with $scale}}#{{ . }}{{ end }}/{{ $coordX }}/{{ $coordY }}"></iframe>
|
Loading…
Reference in New Issue
Block a user