From f5fc9211ce3c489f6316648f2c3752a59fefe1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 8 Dec 2023 18:39:43 +0000 Subject: [PATCH] Update map example configuration (#34) --- _config.example.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/_config.example.yml b/_config.example.yml index ca4cb374..36a87ee4 100644 --- a/_config.example.yml +++ b/_config.example.yml @@ -133,17 +133,6 @@ conference: duration: 300 # in seconds pause: 10 # in seconds - map: - # Initial map center point - home_coord: 47.37808, 8.53935 - # Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/ - # The following do match the Bootstrap design not too badly: - # - Hydda.Full - # - Thunderforest.Neighbourhood - # - Esri.WorldTopoMap - map_provider: "OpenStreetMap.Mapnik" - default_zoom: 17 - talks: # Talk categories main_categories: @@ -166,8 +155,18 @@ conference: url: '/location' # Main page title shown on location/room navigation bar navbar_title: 'Location' - # Show map on location main page - map: true + # Show map on location main page. Set `map: false` if you don't want to + # display it. + map: + # Initial map center point + home_coord: 47.37808, 8.53935 + # Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/ + # The following do match the Bootstrap design not too badly: + # - Thunderforest.Neighbourhood + # - Esri.WorldTopoMap + map_provider: "OpenStreetMap.Mapnik" + default_zoom: 17 + program: # URL of program page