Skip to content

Commit

Permalink
Update map example configuration (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Dec 8, 2023
1 parent 4a7c1dd commit f5fc921
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions _config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f5fc921

Please sign in to comment.