Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update map example configuration #34

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading