From f13ddeeacc58087b54e0a18ddc614ebdc00a0297 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Fri, 1 Jul 2022 15:32:06 -0700 Subject: Fixing line endings Signed-off-by: Ivan Boothe --- layouts/shortcodes/openstreetmap.html | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/layouts/shortcodes/openstreetmap.html b/layouts/shortcodes/openstreetmap.html index 9136717..64aec5d 100644 --- a/layouts/shortcodes/openstreetmap.html +++ b/layouts/shortcodes/openstreetmap.html @@ -1,23 +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 "false" }} - -{{ $scale := .Get "scale" }} -{{ $coordX := .Get "coordX" }} -{{ $coordY := .Get "coordY" }} - - +{{ $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 "false" }} + +{{ $scale := .Get "scale" }} +{{ $coordX := .Get "coordX" }} +{{ $coordY := .Get "coordY" }} + + -- cgit v1.2.3