I made an interactive web map using the daily csv dumps - check it out here - https://neon-ninja.github.io/QONQR/
Forum Score
12 Votes
100% Positive
I made an interactive web map using the daily csv dumps - check it out here - https://neon-ninja.github.io/QONQR/
Community Builder Score
Not yet scored
This is great, thank you Neon!
Community Builder Score
Not yet scored
This is a great tool @neon ninja. Thanks for sharing.
Community Builder Score
3 Votes
100% Positive
The new time period selection filter doesn't work properly as you're relying on the user's local timezone to get the current date in the JS, but then using the server's "QTC" time for updates.
I just overwrote the onchange function for that control with a replacement that simply uses getUTCDate rather than getDate (lines 299 and 304 of index.html), and it seems to work as expected in the actual UI, but it does spit out an error message in the console so who knows.
Community Builder Score
Not yet scored
Great work on this! This is a really helpful tool.
Community Builder Score
Not yet scored
Sellyme said:
The new time period selection filter doesn't work properly as you're relying on the user's local timezone to get the current date in the JS, but then using the server's "QTC" time for updates.
I just overwrote the onchange function for that control with a replacement that simply uses getUTCDate rather than getDate (lines 299 and 304 of index.html), and it seems to work as expected in the actual UI, but it does spit out an error message in the console so who knows.
Thanks - I've pushed that fix to my repo.
Please login to post. Login