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

modify index.html so that timeslider works #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HelenLumi
Copy link

In this version, the map variable is declared at the top of the <script> section:

var map;

instead of within the init function:

var map = L.map('map', {minZoom: 1, maxZoom: 11}).setView([43.8692810, -103.5264874], 6);

It appears that with this version of the code, the filtered data will display when a specific time is selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant